Skip to content

Commit

Permalink
Hell
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Nov 7, 2024
1 parent 382d5d0 commit 105b58a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
version: 9.1.1

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"

- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 105b58a

Please sign in to comment.