Skip to content

Commit 44f8749

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 93125d6 commit 44f8749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
1111
with:
1212
node-version: 16
1313
- run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src

0 commit comments

Comments
 (0)