Skip to content

Commit

Permalink
Merge pull request #1373 from moonwalker/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
moonwalker-bot authored Jan 4, 2024
2 parents 555f095 + 6978837 commit a99e436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
always-auth: true
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
always-auth: true
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit a99e436

Please sign in to comment.