Skip to content

Commit

Permalink
fix: use Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 4, 2021
1 parent 94847ba commit 8d27f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12.x"
node-version: "14.x"
- name: Keep npm cache around to speed up installs
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 8d27f79

Please sign in to comment.