Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Feb 9, 2025
1 parent cbecaec commit 1ea7aa5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- uses: pnpm/action-setup@v3
with:
# https://github.com/pnpm/pnpm/issues/8953
version: 10.2.1

- name: Use Node.js 20
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

- uses: pnpm/action-setup@v3
with:
# https://github.com/pnpm/pnpm/issues/8953
version: 10.2.1

- name: Use Node.js from nvmrc
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/server-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- uses: pnpm/action-setup@v4
with:
# https://github.com/pnpm/pnpm/issues/8953
version: 10.2.1

- name: Install project dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- uses: pnpm/action-setup@v3
with:
# https://github.com/pnpm/pnpm/issues/8953
version: 10.2.1

- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 1ea7aa5

Please sign in to comment.