Skip to content

Commit

Permalink
upgrade to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 20, 2024
1 parent b3392f5 commit 84c623b
Show file tree
Hide file tree
Showing 4 changed files with 4,398 additions and 3,438 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
node-version: 18
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Create Release
env:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
node-version: 18
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Build
run: pnpm run build
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ node_modules
/.pnp
.pnp.js

/tests/integration/pnpm-lock.yaml

# testing
/coverage

Expand Down
Loading

0 comments on commit 84c623b

Please sign in to comment.