Skip to content

Commit

Permalink
drop support for Node 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jan 17, 2023
1 parent 75a8ee6 commit 263f36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 19.x]
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 263f36d

Please # to comment.