Skip to content

Commit 4931946

Browse files
committed
ci: fix npm publishing on release
1 parent ee5b3a3 commit 4931946

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/scip-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Install asdf tools
14-
uses: asdf-vm/actions/install@v2
1513
- uses: docker/setup-buildx-action@v2
14+
- uses: actions/setup-node@v2
15+
with:
16+
node-version: '16'
17+
registry-url: 'https://registry.npmjs.org'
1618
- run: npm install
1719
- run: cd ./packages/pyright-scip/ && npm install && npm run build
1820
- run: cd ./packages/pyright-scip/ && npm publish --access public

0 commit comments

Comments
 (0)