Skip to content

Commit

Permalink
Update node and node-gyp in publish_staging job
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Feb 9, 2024
1 parent 86155d8 commit e654e1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
platform: [GH-hosted-ubuntu, macos-latest, windows-latest]
node-version: [16.x]
node-version: [18.x]

needs:
- create-release
Expand Down Expand Up @@ -113,6 +113,9 @@ jobs:
with:
go-version: '1.20.6'

- name: Install/update node-gyp
run: npm install -g node-gyp

- name: pnpm Install
run: pnpm install --no-cache

Expand Down

0 comments on commit e654e1e

Please sign in to comment.