Skip to content

Commit

Permalink
[ci] Update actions/setup-node action to v3 in test-browser job
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Aug 13, 2022
1 parent 4d52d09 commit fdae337
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 @@ -31,7 +31,7 @@ jobs:
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
Expand Down

0 comments on commit fdae337

Please sign in to comment.