Skip to content

Commit

Permalink
Bump actions/setup-node from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 24, 2023
1 parent 620d2c2 commit f6e8c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
java-version: 17

# https://github.com/iterative/cml/issues/1377
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16'

Expand Down Expand Up @@ -759,7 +759,7 @@ jobs:
# code/mobile/android/PhoneVR/app/build/outputs/androidTest-results/**/TEST-*.xml

# # https://github.com/iterative/cml/issues/1377
# - uses: actions/setup-node@v1
# - uses: actions/setup-node@v3
# with:
# node-version: '16'

Expand Down

0 comments on commit f6e8c40

Please sign in to comment.