Skip to content

Commit 531744e

Browse files
chore: update actions/setup-node action to v6
1 parent 889a673 commit 531744e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
path: pkg
139139

140140
- name: Setup node
141-
uses: actions/setup-node@v4.4.0
141+
uses: actions/setup-node@v6.2.0
142142
with:
143143
node-version: "lts/*"
144144

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: pkg
4040

4141
- name: Setup node
42-
uses: actions/setup-node@v4.4.0
42+
uses: actions/setup-node@v6.2.0
4343
with:
4444
node-version: "lts/*"
4545

0 commit comments

Comments
 (0)