Skip to content

Commit bfce565

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 66d130e commit bfce565

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version-file: ".nvmrc"
2222
- 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)