Skip to content

Commit

Permalink
fix(actions): Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Dec 18, 2024
1 parent 18bdc9c commit 29f0c9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:

- uses: actions/checkout@v4

- name: 🔥 Setup corepack
run: corepack enable

- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: "pnpm"

- name: 🔥 Setup corepack
run: corepack enable

- name: 📦 Install Dependencies
run: |
pnpm install --no-frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

- uses: actions/checkout@v4

- name: 🔥 Setup corepack
run: corepack enable

- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: "pnpm"

- name: 🔥 Setup corepack
run: corepack enable

- name: 📁 Cache
uses: actions/cache@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:

- uses: actions/checkout@v4

- name: 🔥 Setup corepack
run: corepack enable

- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: "pnpm"

- name: 🔥 Setup corepack
run: corepack enable

- name: 📁 Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 29f0c9a

Please sign in to comment.