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 8b60bbc commit 6c42efdCopy full SHA for 6c42efd
.github/workflows/scip-docker.yml
@@ -29,7 +29,7 @@ jobs:
29
${{ runner.os }}-node-
30
- run: npm install
31
- run: cd ./packages/pyright-scip/ && npm install && npm run build
32
- - uses: docker/setup-buildx-action@v2
+ - uses: docker/setup-buildx-action@v3
33
- name: Build Dockerfile
34
id: docker_build_autoindex
35
uses: docker/build-push-action@v4
.github/workflows/scip-release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
14
- uses: actions/setup-node@v2
15
with:
16
node-version: '16'
0 commit comments