Skip to content

Commit

Permalink
Merge pull request #88 from skalenetwork/fix/remove-node-12
Browse files Browse the repository at this point in the history
Remove node 12.x
  • Loading branch information
yavrsky authored Jul 11, 2022
2 parents 13988e8 + 09879ce commit 4f718ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
python-version: ["3.7.x", "3.8.x", "3.9.x"]

env:
Expand Down

0 comments on commit 4f718ab

Please sign in to comment.