Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Aug 30, 2024
1 parent 5ed1ddd commit ad63623
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
node-version-file: 'package.json'
cache: 'npm'

- name: Install dependencies
run: pnpm install
run: npm install

- name: Build
run: pnpm build
run: npm build

- run: pnpx pkg-pr-new publish
- run: npx pkg-pr-new publish

0 comments on commit ad63623

Please sign in to comment.