Skip to content

Commit

Permalink
chore: refact
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Dec 13, 2023
1 parent 03d5e47 commit 082ed48
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
name: Build Packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
node-version: '20.x'
- name: Install PNPM
run: npm install -g pnpm
- name: Install deps and build (with cache)
run: pnpm install
- run: pnpm run build
- uses: changesets/action@v1
Expand Down

0 comments on commit 082ed48

Please sign in to comment.