Skip to content

Commit

Permalink
test(ci): use node12
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jun 21, 2021
1 parent acd723d commit 046505c
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:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [10, 14]
node-version: [12, 14]

env:
NODE_ENV: test
Expand Down

0 comments on commit 046505c

Please sign in to comment.