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 4883a70 commit a326d7aCopy full SHA for a326d7a
.github/workflows/scip-release.yml
@@ -10,11 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ - name: Install asdf tools
14
+ uses: asdf-vm/actions/install@v2
15
- uses: docker/setup-buildx-action@v1
- - uses: actions/setup-node@v2
- with:
16
- node-version: 16
17
- registry-url: 'https://registry.npmjs.org'
18
- run: npm install
19
- run: cd ./packages/pyright-scip/ && npm install && npm run build
20
- run: cd ./packages/pyright-scip/ && npm publish --access public
0 commit comments