Skip to content

Commit c552e59

Browse files
committed
ci: use node 20
1 parent 16da080 commit c552e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-repository/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup node
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 18
10+
node-version: 20
1111
registry-url: https://registry.npmjs.org/
1212
cache: "npm"
1313

0 commit comments

Comments
 (0)