Skip to content

Commit

Permalink
chore: update minimum node version to 12 and add 16 to ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Mar 20, 2022
1 parent 3aa636a commit c7b4023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.18.x, 12.14.x]
node-version: [12.22.x, 16.14.x]

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

0 comments on commit c7b4023

Please sign in to comment.