Skip to content

Commit 4b4d656

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

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
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Setup Nodejs
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version-file: '.nvmrc'
2121
- name: Install dependencies

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)