Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 8c2fb42

Browse files
fix: node18 for semantic-release
1 parent 531a0e1 commit 8c2fb42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: 18
1316
- run: npx semantic-release
1417
env:
1518
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)