Skip to content

Commit

Permalink
use default system node instead of upgrading to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAderogba committed Oct 25, 2023
1 parent c32938f commit a4c7875
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-windows

on:
on:
push:
branches:
- master
Expand All @@ -10,7 +10,8 @@ jobs:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- run: choco upgrade nodejs.install
# - run: choco upgrade nodejs.install
# - run: choco install nodejs --version 20.0.0
- run: choco install python visualstudio2017-workload-vctools -y
- run: npm install
- run: npm run prebuild
Expand All @@ -21,12 +22,12 @@ jobs:
with:
script: |
const zip = require('cross-zip')
const script = require('./scripts/upload-binaries.js');
await script({
github,
context,
core,
zip
});
});

0 comments on commit a4c7875

Please sign in to comment.