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 f21238b commit 1c482cdCopy full SHA for 1c482cd
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- node-version: [14, 16, 18]
+ node-version: [16, 18, 20]
21
os: [macos-latest, ubuntu-latest, windows-latest]
22
runs-on: ${{ matrix.os }}
23
permissions:
0 commit comments