Skip to content

Commit

Permalink
Update next.yml
Browse files Browse the repository at this point in the history
Add node version log
  • Loading branch information
mstrasinskis authored Dec 19, 2024
1 parent d810d76 commit f12180e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
run: ./scripts/build-next
- name: Set up npm
run: printf '%s\n' '//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}' registry=https://registry.npmjs.org/ always-auth=true >> .npmrc
- name: Node and npm versions
run: |
echo "Node version: $(node -v)"
echo "npm version: $(npm -v)"
- name: Publish utils
run: npm publish --provenance --tag next --workspace=packages/utils
env:
Expand Down

0 comments on commit f12180e

Please sign in to comment.