Skip to content

Commit

Permalink
chore: update to setup node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Nov 3, 2023
1 parent fa2a4be commit 145f77c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598

- name: Setup Node with pnpm Cache
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
Expand All @@ -37,6 +37,7 @@ jobs:

- name: Run publish
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc.
git config --global user.name 'Betsy CI'
git config --global user.email '[email protected]'
pnpm publish --no-git-checks
Expand Down

0 comments on commit 145f77c

Please sign in to comment.