Skip to content

Commit e68fdab

Browse files
committed
fix: disalbe node v18
related: nodejs/node#46123 related: nodejs/node#45171
1 parent 261e895 commit e68fdab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
strategy:
8181
matrix:
8282
os: [ubuntu-latest, windows-latest, macos-latest]
83-
node: [14, 16, 18.0]
83+
node: [14, 16]
84+
#node: [14, 16, 18.0]
8485

8586
runs-on: ${{ matrix.os }}
8687

@@ -142,7 +143,8 @@ jobs:
142143
strategy:
143144
matrix:
144145
os: [ubuntu-latest, windows-latest, macos-latest]
145-
node: [14, 16, 18.0]
146+
node: [14, 16]
147+
#node: [14, 16, 18.0]
146148

147149
runs-on: ${{ matrix.os }}
148150

0 commit comments

Comments
 (0)