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 ee5b3a3 commit 4931946Copy full SHA for 4931946
.github/workflows/scip-release.yml
@@ -10,9 +10,11 @@ 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@v2
+ - 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