Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3 to 4 (#1494)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 90bd8c8 commit eea7af5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# TODO: use Node.js 18
- name: Use Node.js 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
- name: Get yarn cache directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
path: openzeppelin-contracts
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_16_19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
path: openzeppelin-contracts
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_1_5_and_12_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
path: openzeppelin-contracts
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openzeppelin_test_6_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
path: openzeppelin-contracts
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Get yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- name: Run crosschain-test
run: make crosschain-test
2 changes: 1 addition & 1 deletion .github/workflows/v3_core_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
repository: gpBlockchain/v3-core
path: v3-core
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
- id: yarn-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web3_compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
repository: gpBlockchain/axon-test
path: axon-test

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Get yarn cache directory
Expand Down

0 comments on commit eea7af5

Please sign in to comment.