8000 update node version · MHKCoder/vscode-arduino@a19df4f · GitHub
[go: up one dir, main page]

Skip to content

Commit a19df4f

Browse files
update node version
1 parent 044e86f commit a19df4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
# written, but it should be updated when VS Code updates its Node version.
3030
# Node needs to be installed before OS-specific setup so that we can run
3131
# the hash verification script.
32-
- name: Use Node 16.x
32+
- name: Use Node 18.x
3333
uses: actions/setup-node@v2
3434
with:
35-
node-version: 16.x
35+
node-version: 18.x
3636

3737
# On new macos-latest machines, Python 3.9+ is used, and it's causing issues with binding.gyp
3838
- name: Use Python 3.8

0 commit comments

Comments
 (0)
0