Skip to content

Commit b762517

Browse files
authored
ci: run publish in node 20 (#16348)
1 parent 8b8d402 commit b762517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/[email protected]
2525

26-
- name: Set node version to 18
26+
- name: Set node version to 20
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 20
3030
registry-url: https://registry.npmjs.org/
3131
cache: "pnpm"
3232

0 commit comments

Comments
 (0)