Skip to content

Commit

Permalink
fix(ci): node 19 -> 20 in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 26, 2024
1 parent f5274fc commit 2f66039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
env:
FORCE_COLOR: 2
jobs:
test:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 19
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
Expand Down

0 comments on commit 2f66039

Please sign in to comment.