We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24822b2 commit c9368daCopy full SHA for c9368da
.github/workflows/CI.yml
@@ -216,7 +216,7 @@ jobs:
216
- name: Setup Node 20
217
uses: actions/setup-node@v4
218
with:
219
- node-version: 20
+ node-version: 22
220
221
- name: Smoke Test Modern Bundle
222
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
@@ -235,7 +235,7 @@ jobs:
235
if: ${{ !contains(matrix.os, 'macos-14') && !contains(matrix.os, 'macos-15') }}
236
237
238
- node-version: 12
239
- name: Smoke Test Legacy Bundle
240
run: |
241
node ./dist/legacy/setup-cpp.js --help
.nvmrc
@@ -1 +1 @@
1
-22.17.0
+22.18.0
0 commit comments