Skip to content

Commit 674c404

Browse files
committed
chore: fix workflow
1 parent ef53413 commit 674c404

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +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
126+
uses: actions/setup-node@v3
127+
with:
128+
node-version: 16.14.0
129129
run: npx semantic-release
130130
env:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)