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 c5da777 commit c753fccCopy full SHA for c753fcc
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ ubuntu-22.04, windows-2022, macos-14 ]
23
- node-version: [ 14.x, 16.x, 17.x, 18.x ]
+ node-version: [ 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x ]
24
25
steps:
26
- uses: actions/checkout@v4
0 commit comments