From 1b19f61260bdb106dcc85c0cbf723d3fb38bf5ab Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 30 Jul 2024 11:19:00 +0100 Subject: [PATCH] chore: run ci for node 20 and 22 --- .github/workflows/node.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 0fdeaba0..9c894133 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 29fa5901..d6fd8a0d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 14.x, 18.x] + node-version: [16.x, 14.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4