Skip to content

Commit

Permalink
ci: drop node 10 testing; add node 16 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
UnbounDev committed Nov 16, 2022
1 parent 89fa16f commit 2c75ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ workflows:
- test:
matrix:
parameters:
node_version: ["10", "12", "14"]
node_version: ["12", "14", "16"]
filters:
tags:
only: /^v.*/
Expand Down

0 comments on commit 2c75ac3

Please sign in to comment.