Skip to content

Commit

Permalink
Try to install deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 1, 2024
1 parent 0a091cd commit da9c58b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: npx jsr publish
working-directory: ./packages/validators
- run: npx jsr publish
Expand Down

0 comments on commit da9c58b

Please sign in to comment.