Skip to content

Commit

Permalink
fix(ci): fix node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
alrayyes committed Apr 18, 2024
1 parent 8aa7cb7 commit 68307bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts-iron]
node-version: [20]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts-iron]
node-version: [20]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 68307bd

Please sign in to comment.