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