Movatterモバイル変換


[0]ホーム

URL:


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

Commitefb3e9b

Browse files
chore: update node version in Ci
1 parente02003c commitefb3e9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
-uses:actions/checkout@v4
1818
-uses:actions/setup-node@v4
1919
with:
20-
node-version:18
20+
node-version:22
2121
cache:npm
2222
-run:npm ci
2323
-name:test

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2222
fetch-depth:0
2323

24-
-name:Setup Node.js18.x
24+
-name:Setup Node.js22.x
2525
uses:actions/setup-node@v4
2626
with:
27-
node-version:18
27+
node-version:22
2828
cache:npm
2929

3030
-name:Install Dependencies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp