Skip to content

Commit

Permalink
Improve the release workflow so that it goes through
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob committed Jul 25, 2023
1 parent d379488 commit be93f0b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 20
cache: pnpm

- name: Install dependencies
Expand Down
44 changes: 19 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be93f0b

Please sign in to comment.