Skip to content

Commit

Permalink
Install node-gyp version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 29, 2024
1 parent def7c28 commit a329b59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ jobs:
runs-on: windows-latest
environment: release
needs: login-aws
container:
image: dockurr/windows
env:
VERSION: "10"
steps:
- name: aws creds
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -166,7 +170,7 @@ jobs:
- name: install node
uses: actions/setup-node@v4
with:
node-version: 22.11.0
node-version: 14.16.0

- name: setup
shell: bash
Expand Down Expand Up @@ -202,7 +206,7 @@ jobs:
python --version
rustup show
wasm-pack --version
yarn global add [email protected]
yarn add [email protected]
# Install dependencies
yarn --network-timeout 1000000
Expand Down

0 comments on commit a329b59

Please sign in to comment.