Skip to content

Commit

Permalink
feat: improving github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
z4nr34l committed Dec 20, 2024
1 parent 20cc0e6 commit 78a4ec8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,14 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup pnpm 8
uses: pnpm/action-setup@v3
- run: corepack enable
- uses: actions/setup-node@v4
with:
version: 8

- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20
cache: 'pnpm'

- name: Install Dependencies
run: pnpm i
run: pnpm install

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 78a4ec8

Please sign in to comment.