Skip to content

Commit

Permalink
CI: Bump actions/setup-node from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed May 20, 2023
1 parent 94c6d7c commit c06782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
- run: npm install
- run: npm run build
- run: npm run test
Expand Down

0 comments on commit c06782a

Please sign in to comment.