Skip to content

Commit

Permalink
chore: change target node version
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Apr 13, 2022
1 parent 0d39535 commit 98777de
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 @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: ['12', '14', '16']
node: ['14', '16', '17']
steps:
- name: Set running flag
run: echo "RUNNING=1" >> $GITHUB_ENV
Expand Down

0 comments on commit 98777de

Please sign in to comment.