Skip to content

Commit 63b9342

Browse files
Merge pull request #123 from napse-invest/dependabot/github_actions/dev/actions/setup-node-4
build(deps): bump actions/setup-node from 3 to 4
2 parents e32f537 + 20cd527 commit 63b9342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nextron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2121

2222
- name: Set Node.js 18.x
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: 18.x
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: 18.x
2121

0 commit comments

Comments
 (0)