We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aa5f19 + 0d192b5 commit 37e74daCopy full SHA for 37e74da
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
timeout-minutes: 10
51
strategy:
52
matrix:
53
- node: ['12', '14', '16']
+ node: ['14', '16', '17']
54
steps:
55
- name: Set running flag
56
run: echo "RUNNING=1" >> $GITHUB_ENV
0 commit comments