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

Commit2141c7e

Browse files
chore(deps): update actions/setup-node action to v6
1 parent78b8b48 commit2141c7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run:npm i -g corepack@latest --force && corepack enable
2828

2929
-name:Setup Node.js
30-
uses:actions/setup-node@v4
30+
uses:actions/setup-node@v6
3131
with:
3232
node-version:22.18.0
3333
cache:"pnpm"

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth:0
2727

2828
-name:设置 Node.js
29-
uses:actions/setup-node@v4
29+
uses:actions/setup-node@v6
3030
with:
3131
node-version:22.18.0
3232
registry-url:'https://registry.npmjs.org'

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run:npm i -g corepack@latest --force && corepack enable
3131

3232
-name:Setup Node.js
33-
uses:actions/setup-node@v4
33+
uses:actions/setup-node@v6
3434
with:
3535
node-version:22.18.0
3636
cache:"pnpm"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp