Skip to content

Commit b16905f

Browse files
ci: specify node 18 for npm publish workflow
1 parent 155e292 commit b16905f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdk-npm-publish.yml

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

2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
26+
with:
27+
node-version: '20'
2628

2729
- name: Set publish version
2830
id: set-publish-version

0 commit comments

Comments
 (0)