Skip to content

Commit

Permalink
Merge pull request #170 from contentstack/next
Browse files Browse the repository at this point in the history
updated node version in workflow file (#169)
  • Loading branch information
harshithad0703 authored Jul 24, 2024
2 parents 6bb6be0 + 4527119 commit 4321f8a
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 4321f8a

Please sign in to comment.