Skip to content

Commit

Permalink
ci: use Python 3 for Node 12
Browse files Browse the repository at this point in the history
New node-gyp no longer supports Python 2
  • Loading branch information
nschonni committed Dec 27, 2021
1 parent c818907 commit 308d533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

include:
- node: 12
python: python2
python: python3
- node: 14
python: python3
- node: 16
Expand Down

0 comments on commit 308d533

Please sign in to comment.