Skip to content

Commit c97dacb

Browse files
authored
Merge pull request #995 from shivammathur/dependabot/github_actions/develop/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 317a051 + 34f574e commit c97dacb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 2
3535

3636
- name: Setup Node.js 20.x
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: 20.x
4040

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ github.event.inputs.tag }}
2929

3030
- name: Setup Node.js
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: '20.x'
3434
registry-url: https://registry.npmjs.org
@@ -46,7 +46,7 @@ jobs:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747

4848
- name: Change to GitHub Packages registry
49-
uses: actions/setup-node@v4
49+
uses: actions/setup-node@v5
5050
with:
5151
registry-url: https://npm.pkg.github.com
5252
scope: '@shivammathur'

0 commit comments

Comments
 (0)