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 044e86f commit a19df4fCopy full SHA for a19df4f
.github/workflows/build.yml
@@ -29,10 +29,10 @@ jobs:
29
# written, but it should be updated when VS Code updates its Node version.
30
# Node needs to be installed before OS-specific setup so that we can run
31
# the hash verification script.
32
- - name: Use Node 16.x
+ - name: Use Node 18.x
33
uses: actions/setup-node@v2
34
with:
35
- node-version: 16.x
+ node-version: 18.x
36
37
# On new macos-latest machines, Python 3.9+ is used, and it's causing issues with binding.gyp
38
- name: Use Python 3.8
0 commit comments