Skip to content

Commit

Permalink
fix: now node is set to correct versions to avoid ESLint warnings thr…
Browse files Browse the repository at this point in the history
…ough github actions
  • Loading branch information
byhlel authored Sep 24, 2024
1 parent d1b89d8 commit 5d69755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Install ESLint
run: npm install [email protected] @microsoft/[email protected]
Expand Down

0 comments on commit 5d69755

Please sign in to comment.