From 82d505bf5b4e5827c093724268a52101b2779d8c Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:27:07 +0200 Subject: [PATCH] CI: add Node 22 to version matrix (#1377) --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 79b23831..c6df26ea 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' cache: 'npm' - run: npm ci @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' cache: 'npm' - run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ac4a49b..1e30679e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 5 matrix: - node_version: [ 20.x, 18.x, 16.x ] + node_version: [22.x, 20.x, 18.x, 16.x ] os: [ ubuntu-latest, windows-latest ] env: