Skip to content

Commit

Permalink
chore(ci): Use latest vesion of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Feb 27, 2023
1 parent 5cda149 commit c1c56fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: current
cache: yarn
- run: yarn
- run: yarn test
Expand Down

0 comments on commit c1c56fe

Please sign in to comment.