8000 revert attempt · vscode-arduino/vscode-arduino@67d12ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 67d12ff

Browse files
revert attempt
1 parent 9eb6ef3 commit 67d12ff

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,9 @@ jobs:
3030
# Node needs to be installed before OS-specific setup so that we can run
3131
# the hash verification script.
3232
- name: Use Node 18.x
33-
if: ${{ matrix.os != 'windows-latest' }}
3433
uses: actions/setup-node@v2
3534
with:
3635
node-version: 18.x
37-
38-
- name: Install Node
39-
if: ${{ matrix.os == 'windows-latest' }}
40-
run: |
41-
winget install Schniz.fnm
42-
fnm env --use-on-cd | Out-String | Invoke-Expression
43-
fnm use --install-if-missing 18
4436

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

0 commit comments

Comments
 (0)
0