Skip to content

Commit

Permalink
Merge branch 'master' into AndreaPontrandolfo/issue226
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaPontrandolfo committed Aug 24, 2024
2 parents bd82253 + aa8b0cb commit 197bd9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
fetch-depth: 0
- name: Pnpm Setup
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
with:
fetch-depth: 0
- name: Pnpm Setup
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 197bd9a

Please sign in to comment.