We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fd1c2 commit 3dd2aecCopy full SHA for 3dd2aec
.github/workflows/test.workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest]
20
- node: [8, 10, 12]
+ node: [12, 14, 16]
21
22
steps:
23
- name: Check out repository
0 commit comments