Skip to content

Commit

Permalink
updated node version in workflow file (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: harshithad0703 <[email protected]>
Co-authored-by: cs-raj <[email protected]>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 9011089 commit 1aa263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 1aa263a

Please sign in to comment.