Skip to content

Commit

Permalink
ci: run lint in node 20 (#16338)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Apr 3, 2024
1 parent 3c85c6b commit 5647d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ jobs:
lint:
timeout-minutes: 10
runs-on: ubuntu-latest
name: "Lint: node-18, ubuntu-latest"
name: "Lint: node-20, ubuntu-latest"
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3.0.0

- name: Set node version to 18
- name: Set node version to 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "pnpm"

- name: Install deps
Expand Down

0 comments on commit 5647d07

Please sign in to comment.