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 f8bcd03 commit eef1f22Copy full SHA for eef1f22
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ windows-latest, ubuntu-latest, macos-latest ]
33
- node: [ 10, 11, 12, 13, 14, 15, 16, 17 ]
+ node: [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
34
steps:
35
- uses: actions/checkout@v1
36
- uses: actions/setup-node@v1
0 commit comments