From 6db9d7cf20e99376ef237eba0f21926c412966ce Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 18 May 2024 20:48:04 +0000 Subject: [PATCH] ci: add node v22 --- .github/workflows/nodejs-polyfill.yml | 1 + .github/workflows/nodejs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nodejs-polyfill.yml b/.github/workflows/nodejs-polyfill.yml index 0af167d..dfe635e 100644 --- a/.github/workflows/nodejs-polyfill.yml +++ b/.github/workflows/nodejs-polyfill.yml @@ -11,6 +11,7 @@ jobs: node: - 18 - 20 + - 22 steps: - uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4 - name: Use Node.js ${{ matrix.node }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dae21a7..e946b20 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,6 +10,7 @@ jobs: matrix: node: - 20 + - 22 steps: - uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4 - name: Use Node.js ${{ matrix.node }}