Skip to content

Commit

Permalink
ci: update to use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenLiuxt committed Mar 17, 2022
1 parent 4cb5000 commit 0d378f8
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 @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2.1.2
with:
node-version: '10.x'
node-version: '16.x'

- uses: bahmutov/npm-install@v1

Expand Down

0 comments on commit 0d378f8

Please sign in to comment.