From 8348f7ece3715e134e3d6213907b75dc954f4a10 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 15 Jul 2024 12:37:12 +0200 Subject: [PATCH] chore(ci): run builds with Node 22 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9d5ad57..20552a3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x, 19.x, 20.x] + node-version: [14.x, 16.x, 18.x, 19.x, 20.x, 22.x] runs-on: ubuntu-latest steps: