From c749621cfc16dd9c64d577cef30ea6c5d4cc9fc4 Mon Sep 17 00:00:00 2001 From: ernscht Date: Fri, 27 Sep 2024 15:00:08 +0200 Subject: [PATCH] chore: prepare for upcoming node lts 22 --- .github/workflows/ci.yml | 2 +- .node-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ccdfb2..db7162f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }} strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] platform: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: diff --git a/.node-version b/.node-version index 3516580..728f7de 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.17.0 +22.9.0