Skip to content

Commit

Permalink
Merge pull request #232 from AndreaPontrandolfo/AndreaPontrandolfo/is…
Browse files Browse the repository at this point in the history
…sue230

chore(ci): node version taken from package.json is now respected
  • Loading branch information
AndreaPontrandolfo committed Aug 24, 2024
2 parents 15f0306 + 67d028a commit aa8b0cb
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 aa8b0cb

Please sign in to comment.