Skip to content

Commit b9dd8af

Browse files
Update actions/setup-node action to v6
1 parent 8760810 commit b9dd8af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup Node.js and NPM
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v6
1616
with:
1717
node-version-file: .nvmrc
1818
cache: npm
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
token: ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
4444
- name: Setup Node.js and NPM
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version-file: .nvmrc
4848
cache: npm
@@ -77,7 +77,7 @@ jobs:
7777
# Setup
7878
- uses: actions/checkout@v4
7979
- name: Setup Node.js and NPM
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v6
8181
with:
8282
node-version-file: .nvmrc
8383
cache: npm
@@ -114,7 +114,7 @@ jobs:
114114
# Setup
115115
- uses: actions/checkout@v4
116116
- name: Setup Node.js and NPM
117-
uses: actions/setup-node@v4
117+
uses: actions/setup-node@v6
118118
with:
119119
node-version-file: .nvmrc
120120
cache: npm

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup Node.js and NPM
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version-file: .nvmrc
2121
cache: npm

0 commit comments

Comments
 (0)