We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c18b0 commit 57a3cdfCopy full SHA for 57a3cdf
.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@v2
+ uses: actions/setup-node@v4
15
with:
16
node-version: '14.x'
17
- run: yarn
.github/workflows/scip.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
- name: Setup Node.js
10
node-version: 16
- run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src
0 commit comments