Skip to content

Commit

Permalink
Fix outdated Node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Sep 3, 2022
1 parent 1277397 commit bb817e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: 'latest'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit bb817e1

Please sign in to comment.