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

Commit9b5643f

Browse files
ci(action): update actions/setup-node action to v4.1.0 (#953)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parentdd66e9e commit9b5643f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on:ubuntu-latest
2020
steps:
2121
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
22-
-uses:actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6# v4.0.4
22+
-uses:actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af# v4.1.0
2323
with:
2424
cache:npm
2525
node-version:lts/*

‎.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
3030
-name:"Use Node.js ${{ matrix.node-version }}"
31-
uses:actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6# v4.0.4
31+
uses:actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af# v4.1.0
3232
with:
3333
node-version:"${{ matrix.node-version }}"
3434
cache:npm
@@ -46,7 +46,7 @@ jobs:
4646
-run:git config --global user.name github-actions
4747
-run:git config --global user.email github-actions@github.com
4848
-name:Use Node.js from .nvmrc
49-
uses:actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6# v4.0.4
49+
uses:actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af# v4.1.0
5050
with:
5151
node-version-file:.nvmrc
5252
cache:npm

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp