Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
try node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Sep 15, 2023
1 parent 81b5462 commit 06841d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18

- name: Get pnpm store directory
shell: bash
Expand All @@ -43,5 +43,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run linters
run: 'pnpm run lint && pnpm run format'

0 comments on commit 06841d7

Please sign in to comment.