mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Bump actions/setup-node from 2.5.1 to 3 (#1048)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6ed5c97ed9
commit
c4fb408c85
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@ -176,7 +176,7 @@ jobs:
|
||||
needs: integration-ssh-third-party-client
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
|
||||
|
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
ref: dev
|
||||
|
||||
# Setup .npmrc file to publish to npm
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
# Setup .npmrc file to publish to GitHub Packages
|
||||
- uses: actions/setup-node@v2.5.1
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'v14.18.1'
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
|
Loading…
Reference in New Issue
Block a user