Skip to content

Commit

Permalink
fix(pnpm): pnpm versions in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 6, 2024
1 parent 07dae73 commit 76e979e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.9.0
version: 9.1.1
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/deploy-defender.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.9.0
version: 9.1.1
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 76e979e

Please sign in to comment.