Skip to content

Commit

Permalink
Merge pull request #618 from tdewolff/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
tdewolff authored Oct 30, 2023
2 parents ab11a96 + 01e6250 commit 4e18c94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# #uses: microsoft/[email protected]
# run: npm install -g windows-build-tools

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# #uses: microsoft/[email protected]
# run: npm install -g windows-build-tools

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4

- name: Install node-gyp and prebuildify
run: npm install --location=global node-gyp node-gyp-build node-api-headers prebuildify
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit 4e18c94

Please sign in to comment.