We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e7f61 commit f70f17bCopy full SHA for f70f17b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
12
- node: ["18", "20", "22"]
+ node: ["18", "20"]
13
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
14
steps:
15
- uses: actions/checkout@v4
0 commit comments