mirror of https://github.com/icedland/iced.git
Bump actions/setup-node from 2.4.1 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dff2e70851
commit
6e6f396af0
|
@ -145,7 +145,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bash build/ci-install-rust.sh
|
run: bash build/ci-install-rust.sh
|
||||||
|
|
||||||
- uses: actions/setup-node@v2.4.1
|
- uses: actions/setup-node@v2.5.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{env.CI_NODE_MIN_VER}}
|
node-version: ${{env.CI_NODE_MIN_VER}}
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bash build/ci-install-rust.sh
|
run: bash build/ci-install-rust.sh
|
||||||
|
|
||||||
- uses: actions/setup-node@v2.4.1
|
- uses: actions/setup-node@v2.5.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{env.CI_NODE_MIN_VER}}
|
node-version: ${{env.CI_NODE_MIN_VER}}
|
||||||
|
|
||||||
|
@ -562,7 +562,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v2.3.0
|
- uses: actions/setup-python@v2.3.0
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- uses: actions/setup-node@v2.4.1
|
- uses: actions/setup-node@v2.5.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{env.CI_NODE_MIN_VER}}
|
node-version: ${{env.CI_NODE_MIN_VER}}
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
|
|
Loading…
Reference in New Issue