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 423ea99 commit dd8ab8bCopy full SHA for dd8ab8b
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node: [14.x, 16.x, 18.x]
+ node: [16.x, 18.x]
10
name: Node ${{ matrix.node }}
11
steps:
12
- uses: actions/checkout@v1
0 commit comments