Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2022
1 parent 8301589 commit f4a6f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
Expand All @@ -35,7 +35,7 @@ jobs:
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelIdentifier: github-action-tunnel
scVersion: 4.6.4
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
- run: yarn install --frozen-lockfile
- run: yarn run test:karma
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit f4a6f1d

Please sign in to comment.