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