Skip to content

Commit

Permalink
Don't install node-gyp 10
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 29, 2024
1 parent 0a08369 commit eae551d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 14.16.0

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[16.4,16.5)'

- name: setup
shell: bash
Expand Down

0 comments on commit eae551d

Please sign in to comment.