Skip to content

Commit 03cc309

Browse files
revert: "chore: add node 16 on CI (#2758)" (#2759)
1 parent bebe6e7 commit 03cc309

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
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macos-latest]
57-
node-version: [10.x, 12.x, 14.x, 16.x]
57+
node-version: [10.x, 12.x, 14.x]
5858
webpack-version: [4, latest]
5959
dev-server-version: [latest, next]
6060
exclude:

0 commit comments

Comments
 (0)