Skip to content

Commit ccf6bf8

Browse files
committed
fix: set lts to semantic release run command
1 parent 1d5c423 commit ccf6bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27-
run: npx -p node -c "npx semantic-release"
27+
run: npx -p node@v18-lts -c "npx semantic-release"

0 commit comments

Comments
 (0)