Skip to content

Commit 220822f

Browse files
committed
chore: stop testing on Node.js 10
BREAKING CHANGE: Removed support for Node.js 10.
1 parent 59e8ccc commit 220822f

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
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
node-version: [10.x, 12.x, 14.x, 16.x]
32+
node-version: [12.x, 14.x, 16.x]
3333
fail-fast: false
3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)