Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 9b1c5db commit 616236e
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@v4
name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
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@v3
- uses: actions/setup-node@v4
- run: yarn install --frozen-lockfile
- run: yarn run test:karma
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 616236e

Please sign in to comment.