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 521a00b commit 5a7365aCopy full SHA for 5a7365a
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
11
- node: ["14", "16", "18"]
+ node: ["18", "20", "22"]
12
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v3
0 commit comments