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 ce867a1

Browse files
Update node version in github actions
1 parent 35506f3 commit ce867a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/check-js-build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '18'
19+
node-version: '22'
2020

2121
- name: Copy current files to a temporary directory
2222
run: |

‎.github/workflows/test-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: '18'
23+
node-version: '22'
2424

2525
- name: Install npm dependencies
2626
run: |

0 commit comments

Comments
(0)

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