We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308d533 commit 77d12f0Copy full SHA for 77d12f0
.github/workflows/alpine.yml
@@ -17,22 +17,13 @@ jobs:
17
node:
18
- 12
19
- 14
20
- - 16
21
- - 17
22
-
23
- include:
24
- - node: 12
25
- python: python3
26
- - node: 14
27
28
- - node: 16
29
30
- - node: 17
31
+ # Node 16 and 17 are perma-red for the tests right now
+ # - 16
+ # - 17
32
33
steps:
34
- name: Install Alpine build tools
35
- run: apk add --no-cache ${{ matrix.python }} make git gcc g++
+ run: apk add --no-cache python3 make git gcc g++
36
37
- uses: actions/checkout@v2
38
0 commit comments