Skip to content

Commit ed84827

Browse files
committed
Restore Node 22 actions/node-versions#182
1 parent 0c09f57 commit ed84827

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
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"]
12+
node: ["18", "20", "22"]
1413
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1514
steps:
1615
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)