Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 308d533

Browse files
committed
ci: use Python 3 for Node 12
New node-gyp no longer supports Python 2
1 parent c818907 commit 308d533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

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

2323
include:
2424
- node: 12
25-
python: python2
25+
python: python3
2626
- node: 14
2727
python: python3
2828
- node: 16

0 commit comments

Comments
 (0)