Skip to content

Commit df9fd7d

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 9fd8fe3 commit df9fd7d

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
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
fetch-depth: 0
1111
- name: Setup Nodejs
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version-file: '.nvmrc'
1515
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Nodejs Env
1616
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: ${{ env.NODE_VER }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)