Skip to content

Commit a24c8ce

Browse files
authored
fix(ci): Update Node.js version in publish workflow
1 parent 40456d0 commit a24c8ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Setup node for npm publish
3030
uses: actions/setup-node@v6
31+
with:
32+
node-version: latest
3133

3234
- name: Semantic Release
3335
uses: cycjimmy/semantic-release-action@v5

0 commit comments

Comments
 (0)