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 f52a84b commit 8eb4564Copy full SHA for 8eb4564
.github/workflows/tests.yml
@@ -17,8 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- # TODO: replace "17.x" with "18.x" when 18 releases
21
- node-version: [12.x, 14.x, 16.x, 17.x]
+ node-version: [12.x, 14.x, 16.x, 18.x]
22
steps:
23
- uses: actions/checkout@v2
24
if: github.event.inputs.git-ref == ''
0 commit comments