Skip to content

Commit 4ca8d2a

Browse files
authored
revert: add node v18 (#4402)
1 parent 54d4a94 commit 4ca8d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
os: [ubuntu-latest, windows-latest, macos-latest]
64-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
64+
node-version: [12.x, 14.x, 16.x, 17.x]
6565
webpack-version: [latest]
6666
include:
6767
- node-version: 16.x

0 commit comments

Comments
 (0)