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