We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99e4d5 commit 7243c50Copy full SHA for 7243c50
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- node_version: ['14', '16', '18']
+ node_version: ['18', '20']
18
os: [ubuntu-latest, windows-latest, macOS-latest]
19
20
steps:
0 commit comments