Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopella committed Oct 28, 2023
1 parent 8ad07f9 commit 4089ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ESLint
on:
push:
branches:
- main # adjust with your default branch if it's not "main"
- main
pull_request:

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # adjust with your desired Node.js version
node-version: 18

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 4089ac2

Please sign in to comment.