Skip to content

Commit

Permalink
Bump GitHub workflow action to latest version (#220)
Browse files Browse the repository at this point in the history
This PR bumps two GitHub workflow actions to their latest versions.
  • Loading branch information
deining authored Nov 13, 2023
1 parent 1e00e29 commit e50c8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- run: npm run check-node-support
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit e50c8fe

Please sign in to comment.