We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a136e0b commit 67a060eCopy full SHA for 67a060e
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
- node-version: [10.x, 12.x, 13.x, 14.x]
+ node-version: [10.x, 12.x, 13.x, 14.x, 16.x, 18.x]
17
18
steps:
19
- name: Cancel Previous Runs
0 commit comments