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 b80e214 commit 2508d09Copy full SHA for 2508d09
.github/workflows/check.yml
@@ -25,21 +25,9 @@ jobs:
25
version:
26
- '1.0.1'
27
- '2.18.1'
28
- include:
29
- - system: ubuntu-18.04
30
- container: ubuntu:18.04
31
- version: '1.0.1'
32
33
34
- version: '2.18.1'
35
runs-on: ${{ matrix.system }}
36
- container: ${{ matrix.container }}
37
steps:
38
- uses: actions/checkout@v3
39
- - uses: actions/setup-node@v3
40
- if: matrix.container == 'ubuntu:18.04'
41
- with:
42
- node-version: '16'
43
- uses: actions/setup-python@v3
44
if: matrix.system == 'windows'
45
with:
0 commit comments