diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 55b30826..878df7fd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -216,7 +216,7 @@ jobs: - name: Setup Node 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Smoke Test Modern Bundle if: ${{ !contains(github.event.head_commit.message, '[skip test]') }} @@ -235,7 +235,7 @@ jobs: if: ${{ !contains(matrix.os, 'macos-14') && !contains(matrix.os, 'macos-15') }} uses: actions/setup-node@v4 with: - node-version: 12 + node-version: 22 - name: Smoke Test Legacy Bundle run: | node ./dist/legacy/setup-cpp.js --help diff --git a/.nvmrc b/.nvmrc index fc37597b..91d5f6ff 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.17.0 +22.18.0