Skip to content

Commit ceef2b3

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 267d603 commit ceef2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Use Node.js
14-
uses: actions/setup-node@v1
14+
uses: actions/setup-node@v6
1515
with:
1616
node-version: '15.2.0'
1717
- run: yarn --frozen-lockfile

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- name: Setup Node.js
10-
uses: actions/setup-node@v2
10+
uses: actions/setup-node@v6
1111
with:
1212
node-version: 16
1313
- run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src

0 commit comments

Comments
 (0)