Skip to content

Commit

Permalink
chore(root): improve github workflows and pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Jan 3, 2025
1 parent 10b60e5 commit 73de204
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 22.x
- name: Install pnpm
run: npm install --location=global pnpm@9.0.6
run: npm install --location=global pnpm@9.15.2
- name: Remove pnpm-workspace.yaml
run: rm -rf ./pnpm-workspace.yaml
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm install -g pnpm@9.13.2
run: npm install -g pnpm@9.15.2
- name: Install dependencies
run: pnpm install
- name: Create env file
Expand Down
Loading

0 comments on commit 73de204

Please sign in to comment.