-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
48ed501
commit 55bffff
Showing
2 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
fetch-depth: 0 | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|
@@ -45,7 +45,7 @@ jobs: | |
] | ||
- if: steps.release.outputs.released == 'true' | ||
name: Setup Node.js with GitHub Packages | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
registry-url: 'https://npm.pkg.github.com' | ||
- env: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|
@@ -37,7 +37,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|
@@ -56,7 +56,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|
@@ -75,7 +75,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|
@@ -94,7 +94,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|
@@ -118,7 +118,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
cache: 'npm' | ||
node-version: 20 | ||
|