Skip to content

Commit d08d167

Browse files
authored
feat: Add Node.js setup for npm publish step
1 parent 823d5d5 commit d08d167

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
with:
6060
version: latest
6161

62+
- name: Setup node for npm publish
63+
uses: actions/setup-node@v6
64+
with:
65+
node-version: 24
66+
6267
- name: Set Version Environment Variable
6368
run: |
6469
VERSION_TAG=$(echo "${GITHUB_REF}" | cut -d "/" -f3)

0 commit comments

Comments
 (0)