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

Commita33a255

Browse files
chore: upgrade node version on CI to match workspace version (#8340)
1 parent33bdc23 commita33a255

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎.github/actions/setup-node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
-uses:buildjet/setup-node@v3
88
with:
9-
node-version:16.16.0
9+
node-version:16.20.1
1010
# See https://github.com/actions/setup-node#caching-global-packages-data
1111
cache:"yarn"
1212
cache-dependency-path:"site/yarn.lock"

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ jobs:
192192
-name:Checkout
193193
uses:actions/checkout@v3
194194

195-
-uses:buildjet/setup-node@v3
196-
with:
197-
node-version:16.16.0
195+
-uses:./.github/actions/setup-node
198196

199197
-uses:buildjet/setup-go@v4
200198
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp