Skip to content

Commit ef53413

Browse files
committed
chore: fix workflow
1 parent c7fedcb commit ef53413

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
- name: Build the package
124124
run: npm run build
125125
- name: Run semantic release bot
126+
uses: actions/setup-node@v3
127+
with:
128+
node-version: 22.22.0
126129
run: npx semantic-release
127130
env:
128131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)