Skip to content

Commit

Permalink
ci: use node.js v15
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Nov 4, 2020
1 parent ee3b290 commit 0e409b7
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 @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "15.x"

- name: Get cached node modules
id: yarn-cache-dir-path
Expand Down

0 comments on commit 0e409b7

Please sign in to comment.