Skip to content

Commit

Permalink
ci: use node-version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
SkoebaSteve committed Jan 7, 2025
1 parent ab0cc24 commit 9d288c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Lint
Expand Down

0 comments on commit 9d288c2

Please sign in to comment.