Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from pyth-network/publish-workflow
Browse files Browse the repository at this point in the history
update node version in publish.yml
  • Loading branch information
cctdaniel authored Sep 6, 2022
2 parents 8bdd411 + 39f12bc commit 7732c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --access public
Expand Down

0 comments on commit 7732c43

Please sign in to comment.