Skip to content

Commit 4e0852d

Browse files
committed
chore: drop Node.js v10
1 parent d2b8837 commit 4e0852d

File tree

5 files changed

+11426
-905
lines changed

5 files changed

+11426
-905
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
os: [ubuntu-latest, windows-latest, macos-latest]
60-
node-version: [10.x, 12.x, 14.x]
60+
node-version: [12.x, 14.x]
6161
webpack-version: [4, latest]
6262

6363
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)