diff options
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 644a4ec..6b453f8 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v2 - name: "Install latest devcontainer CLI" - run: npm install -g @devcontainers/cli + run: npm install -g @devcontainers/cli@0.12.1 - name: " Testing '${{ matrix.features }}' against '${{ matrix.baseImage }}'" run: devcontainer features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` |