Skip to content

Commit da571cb

Browse files
committed
Drop support for node.js 11 and 10
1 parent a4a175d commit da571cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: ["16", "15", "14", "13", "12", "11", "10"]
9+
node-version: ["16", "15", "14", "13", "12"]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)