We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c09f57 commit ed84827Copy full SHA for ed84827
.github/workflows/ci.yml
@@ -9,8 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
12
- # Restore "22" after 22.5.1 ships https://github.com/actions/node-versions/pull/182
13
- node: ["18", "20", "22.4"]
+ node: ["18", "20", "22"]
14
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v4
0 commit comments