-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): Bump actions/setup-node from 3.8.0 to 3.8.1 (#264)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
04d5ee6
commit 5d2157b
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
ref: ${{ env.REF }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -103,7 +103,7 @@ jobs: | |
ref: ${{ env.REF }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -154,7 +154,7 @@ jobs: | |
ref: ${{ env.REF }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -182,7 +182,7 @@ jobs: | |
ref: ${{ env.REF }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -210,7 +210,7 @@ jobs: | |
ref: ${{ env.REF }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -252,7 +252,7 @@ jobs: | |
- id: node | ||
if: steps.test-files-check.outputs.files_exists == 'true' | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -304,7 +304,7 @@ jobs: | |
- id: node | ||
if: steps.test-files-check.outputs.files_exists == 'true' | ||
name: Setup Node.js v${{ matrix.node-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
@@ -359,7 +359,7 @@ jobs: | |
ref: ${{ env.REF }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ jobs: | |
run: rm .npmrc | ||
- id: npmrc | ||
name: Setup .npmrc file | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
always-auth: true | ||
node-version-file: .nvmrc | ||
|
@@ -131,7 +131,7 @@ jobs: | |
run: rm .npmrc | ||
- id: npmrc | ||
name: Setup .npmrc file | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
always-auth: true | ||
node-version-file: .nvmrc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
ref: ${{ github.ref }} | ||
- id: node | ||
name: Setup Node.js | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
cache: yarn | ||
cache-dependency-path: yarn.lock | ||
|