From 2a8d82b6266ef5d83412acdc8936be40cf94de22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 6 May 2024 17:09:42 +0200 Subject: [PATCH] ci: add Node.js 22 (#443) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://nodejs.org/en/blog/announcements/v22-release-announce Signed-off-by: Miroslav Bajtoš Co-authored-by: Julian Gruber --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7de82770..1c3c7629 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node: ['18', '20', '21'] + node: ['18', '20', '21', '22'] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4