diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94e110..cee83bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [20, 22] + node-version: [22, 24] steps: - uses: actions/checkout@v6 @@ -32,7 +32,7 @@ jobs: - run: npm test - run: npm run build --if-present - name: Save build - if: matrix.node-version == 20 + if: matrix.node-version == 22 uses: actions/upload-artifact@v7 with: name: build @@ -68,7 +68,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest @@ -94,7 +94,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest diff --git a/.nvmrc b/.nvmrc index 1d898f1..42a1c98 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.19.2 +v22.22.0