Skip to content

Commit 668c152

Browse files
chore(deps): update actions/setup-node action to v6
1 parent a1df9a9 commit 668c152

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Nodejs Env
2424
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
2525
- name: Setup Node.js
26-
uses: actions/setup-node@v5
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: ${{ env.NODE_VER }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)