Skip to content

Commit 77d12f0

Browse files
committed
chore: disable Apline for Node 16/17 builds
Inlined the python 3 since that is the only version used now
1 parent 308d533 commit 77d12f0

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/alpine.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,13 @@ jobs:
1717
node:
1818
- 12
1919
- 14
20-
- 16
21-
- 17
22-
23-
include:
24-
- node: 12
25-
python: python3
26-
- node: 14
27-
python: python3
28-
- node: 16
29-
python: python3
30-
- node: 17
31-
python: python3
20+
# Node 16 and 17 are perma-red for the tests right now
21+
# - 16
22+
# - 17
3223

3324
steps:
3425
- name: Install Alpine build tools
35-
run: apk add --no-cache ${{ matrix.python }} make git gcc g++
26+
run: apk add --no-cache python3 make git gcc g++
3627

3728
- uses: actions/checkout@v2
3829

0 commit comments

Comments
 (0)