Skip to content

Commit 943930a

Browse files
chore(deps): update dependency node to v16.20.2
1 parent b308f15 commit 943930a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 16
23+
node-version: 16.20.2
2424

2525
- name: Install dependencies
2626
run: yarn

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node.js
1010
uses: actions/setup-node@v2
1111
with:
12-
node-version: 16
12+
node-version: 16.20.2
1313
- run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src
1414
- run: yarn --ignore-engines --ignore-scripts
1515
- run: scip-typescript index --yarn-workspaces

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 16
13+
node-version: 16.20.2
1414

1515
- name: Install dependencies
1616
run: yarn install

0 commit comments

Comments
 (0)