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 267d603 commit ceef2b3Copy full SHA for ceef2b3
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- name: Use Node.js
14
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
15
with:
16
node-version: '15.2.0'
17
- run: yarn --frozen-lockfile
.github/workflows/scip.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
- name: Setup Node.js
10
- uses: actions/setup-node@v2
node-version: 16
- run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src
0 commit comments