Skip to content

Commit 5db5499

Browse files
committed
Upgrade actions/setup-node
1 parent c16c3e3 commit 5db5499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Enable Corepack
1919
run: corepack enable
2020

21-
- uses: actions/setup-node@v3
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: '20.x'
2424
cache: yarn

0 commit comments

Comments
 (0)