Skip to content

Commit 6187cad

Browse files
authored
Merge pull request #27 from github/dependabot/github_actions/actions/setup-node-5.0.0
Bump actions/setup-node from 4.3.0 to 5.0.0
2 parents 10f64b0 + 221616f commit 6187cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@4.2.2
1818
- name: Setup Node
19-
uses: actions/setup-node@4.3.0
19+
uses: actions/setup-node@v5.0.0
2020
with:
2121
node-version: 22
2222
registry-url: https://registry.npmjs.org/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v5.0.0
1919
- name: Setup Node
20-
uses: actions/setup-node@v4.4.0
20+
uses: actions/setup-node@v5.0.0
2121
with:
2222
node-version: 22
2323
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)