Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Oct 18, 2024
1 parent 6450df4 commit f178545
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Set node versions
uses: actions/setup-node@v4
with:
node-version: lts/*
registry-url: https://registry.npmjs.org/
cache: 'pnpm'

- name: Enable Corepack
run: corepack enable

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Install deps
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit f178545

Please sign in to comment.