8000
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 9eb6ef3 commit 67d12ffCopy full SHA for 67d12ff
.github/workflows/build.yml
@@ -30,17 +30,9 @@ jobs:
30
# Node needs to be installed before OS-specific setup so that we can run
31
# the hash verification script.
32
- name: Use Node 18.x
33
- if: ${{ matrix.os != 'windows-latest' }}
34
uses: actions/setup-node@v2
35
with:
36
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
44
45
# On new macos-latest machines, Python 3.9+ is used, and it's causing issues with binding.gyp
46
- name: Use Python 3.8
0 commit comments