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 8b60bbc commit 3f55ca4Copy full SHA for 3f55ca4
.github/workflows/scip-release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: docker/setup-buildx-action@v2
14
- uses: actions/setup-node@v2
15
with:
16
- node-version: '16'
+ node-version: '24.11.0'
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm install
19
- run: cd ./packages/pyright-scip/ && npm install && npm run build
0 commit comments