We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eca1d commit 01d5dfcCopy full SHA for 01d5dfc
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
# node-version: [10.x, 12.x, 14.x, 15.x]
13
- node-version: [10.x, 12.x, 14.x, 16.x]
+ node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
14
fail-fast: false
15
16
steps:
0 commit comments