Skip to content

Commit

Permalink
fix: use lts for semantic release (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored Jul 11, 2024
1 parent c41316a commit 9b47d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20.2.0
node-version: lts/*
check-latest: true
- run: npm install --no-package-lock
name: Install dependencies
- run: npm run build
Expand Down

0 comments on commit 9b47d50

Please # to comment.