Skip to content

Commit

Permalink
incompatible lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Jul 20, 2024
1 parent 1184a98 commit a4cfe68
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,24 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

- name: Install packages
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

- name: Publish
run: pnpm publish --no-git-checks --access="public"
env:
Expand Down
46 changes: 27 additions & 19 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 a4cfe68

Please sign in to comment.