We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57177ec commit e659c95Copy full SHA for e659c95
.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: [14.x, 16.x, 18.x, 19.x]
10
name: Node ${{ matrix.node }}
11
steps:
12
- uses: actions/checkout@v1
0 commit comments