We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ebc1 commit 1b5cf06Copy full SHA for 1b5cf06
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ macos-latest, ubuntu-latest, windows-latest ]
20
- node-version: [ 14, 16, 18 ]
+ node-version: [ 14, 16, 18, 20 ]
21
22
steps:
23
- uses: actions/checkout@v3
0 commit comments