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 d107bc3 commit 614618bCopy full SHA for 614618b
.github/workflows/scip-docker.yml
@@ -36,7 +36,7 @@ jobs:
36
${{ runner.os }}-node-
37
- run: npm install
38
- run: cd ./packages/pyright-scip/ && npm install && npm run build
39
- - uses: docker/setup-buildx-action@v1
+ - uses: docker/setup-buildx-action@v2
40
- name: Build Dockerfile
41
id: docker_build_autoindex
42
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