Skip to content

Commit 4f718ab

Browse files
authored
Merge pull request #88 from skalenetwork/fix/remove-node-12
Remove node 12.x
2 parents 13988e8 + 09879ce commit 4f718ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x, 16.x]
10+
node-version: [14.x, 16.x]
1111
python-version: ["3.7.x", "3.8.x", "3.9.x"]
1212

1313
env:

0 commit comments

Comments
 (0)