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 0ae7083 commit 1945866Copy full SHA for 1945866
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: docker/setup-buildx-action@v2
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: 16
+ node-version: 20
17
registry-url: 'https://registry.npmjs.org'
18
- run: yarn install
19
- run: yarn run build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcegraph/scip-typescript",
3
- "version": "0.3.9",
+ "version": "0.3.10",
4
"description": "SCIP indexer for TypeScript and JavaScript",
5
"publisher": "sourcegraph",
6
"bin": "dist/src/main.js",
0 commit comments