Skip to content

Commit

Permalink
build(updated node-version semantic release): udpated the node versio…
Browse files Browse the repository at this point in the history
…n for semantic release
  • Loading branch information
AbdullahQureshi1080 committed Sep 28, 2024
1 parent d101033 commit 18cd85b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: '>=20.8.1' # Adjust Node.js version as needed
cache: 'npm'
- run: npm ci
- run: npm run semantic-release
Expand Down

0 comments on commit 18cd85b

Please sign in to comment.