Skip to content

Commit

Permalink
update: node version in publish workflow updated (#3018)
Browse files Browse the repository at this point in the history
Co-authored-by: Bayheck <[email protected]>
  • Loading branch information
Bayheck and Bayheck authored Sep 3, 2024
1 parent 8b13052 commit c557ddc
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 @@ -16,7 +16,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run publish-please-only
Expand Down

0 comments on commit c557ddc

Please sign in to comment.