Skip to content

Commit

Permalink
Remove node 10 and 12 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Dec 19, 2022
1 parent b692e56 commit c2313cd
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 @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14, 16, 18]
node-version: [14, 16, 18]

name: is.js - nodeJS v${{ matrix.node-version }}

Expand Down

0 comments on commit c2313cd

Please sign in to comment.