Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f492862

Browse files
chore(deps): update actions/setup-node action to v4 (#1246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0749585 commit f492862

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: 9
1717
- name: Install Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: 22
2121
cache: 'pnpm'
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: 9
3636
- name: Install Node.js
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
with:
3939
node-version: 22
4040
cache: 'pnpm'
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
version: 9
5858
- name: Install Node.js
59-
uses: actions/setup-node@v3
59+
uses: actions/setup-node@v4
6060
with:
6161
node-version: 22
6262
cache: 'pnpm'
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
version: 9
8585
- name: Install Node.js
86-
uses: actions/setup-node@v3
86+
uses: actions/setup-node@v4
8787
with:
8888
node-version: 22
8989
cache: 'pnpm'

‎.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
version: 9
1818
- name: Install Node.js
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 22
2222
cache: 'pnpm'

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
version: 9
1616
- name: Install Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
2020
cache: 'pnpm'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /