Skip to content

Commit 6b20499

Browse files
committed
chore!: remove support for Node.js 10
1 parent ea71704 commit 6b20499

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
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
node-version: [10.x, 12.x, 14.x, 15.x]
27+
node-version: [12.x, 14.x, 16.x]
2828
fail-fast: false
2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)