Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrad committed Nov 14, 2024
1 parent e69d2a3 commit 7f8fd53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
clean: false

- name: Use Node.js 14
uses: actions/setup-node@v1
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x

- name: Install deps
run: yarn
run: pnpm i

- name: Run ESLint
run: yarn lint
run: pnpm lint
env:
CI: true

0 comments on commit 7f8fd53

Please sign in to comment.