Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 1 to 2 (#197)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/setup-node from 1 to 2

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v2)

---
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>

* Update smoke-test.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
  • Loading branch information
dependabot[bot] and MichaelDeBoey authored Sep 13, 2021
1 parent 8c84f14 commit afe0651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: yarn install
- run: yarn build
- run: yarn link
Expand Down

0 comments on commit afe0651

Please sign in to comment.