Skip to content

Commit 463c316

Browse files
chore(deps): update actions/setup-node action to v5
1 parent a06b83e commit 463c316

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Nodejs
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version-file: '.nvmrc'
1919
- name: Install dependencies

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Nodejs Env
1313
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
1414
- name: Setup Node.js
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v5
1616
with:
1717
node-version: ${{ env.NODE_VER }}
1818
- 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@v5
1919
with:
2020
node-version: ${{ env.NODE_VER }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)