Skip to content

Commit a326d7a

Browse files
committed
ci: move release to use same node as dev env
1 parent 4883a70 commit a326d7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/scip-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ 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
1315
- uses: docker/setup-buildx-action@v1
14-
- uses: actions/setup-node@v2
15-
with:
16-
node-version: 16
17-
registry-url: 'https://registry.npmjs.org'
1816
- run: npm install
1917
- run: cd ./packages/pyright-scip/ && npm install && npm run build
2018
- run: cd ./packages/pyright-scip/ && npm publish --access public

0 commit comments

Comments
 (0)