Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
Germandrummer92 committed Jun 25, 2024
1 parent 79eca7b commit edc4c32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Corepack enable
shell: bash
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: "pnpm-lock.yaml"

- name: Corepack enable
shell: bash
run: corepack enable

- name: Install dependencies
run: pnpm install

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Corepack enable
shell: bash
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: "pnpm-lock.yaml"

- name: Corepack enable
shell: bash
run: corepack enable

- name: install dependencies
run: pnpm install

Expand Down

0 comments on commit edc4c32

Please sign in to comment.