We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622058d commit b44ab77Copy full SHA for b44ab77
.github/workflows/npm-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- node: [ 14, 16, 18 ]
+ node: [ 18, 20 ]
24
name: Node ${{ matrix.node }} test
25
steps:
26
- uses: actions/checkout@v4
0 commit comments