Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 16, 2024
1 parent a979361 commit 87a4809
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bundled-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8.x.x

- name: Get pnpm cache directory path
id: pnpm-cache-dir
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- name: Set up Node 18
uses: actions/setup-node@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/es-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
node-version: '18'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/label-alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
fetch-depth: 0

- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
node-version: '18'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/label-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
fetch-depth: 0

- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- name: Detect version bump type
id: bump-type
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/library-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
node-version: '18'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check-description:
name: Check that PR has description
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check if PR is shame-worthy
id: is-shame-worthy
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
node-version: '18'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.x.x

- uses: actions/setup-node@v4
with:
node-version: '18'
Expand Down

0 comments on commit 87a4809

Please sign in to comment.