Skip to content

Commit

Permalink
Merge pull request #756 from chintan9/node-upgrade-v16
Browse files Browse the repository at this point in the history
replace node v10 with v16
  • Loading branch information
chintan9 authored Apr 6, 2022
2 parents d953c57 + 76b7897 commit a74fbf4
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 @@ -9,7 +9,7 @@ jobs:

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

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

0 comments on commit a74fbf4

Please sign in to comment.