Skip to content

Commit

Permalink
Merge branch 'cristian/github-actions-eslint' of https://github.com/y…
Browse files Browse the repository at this point in the history
…urixander/mirage into cristian/github-actions-eslint
  • Loading branch information
criss8X committed Mar 30, 2024
2 parents a28baf5 + 9cb54cf commit b90f240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit b90f240

Please sign in to comment.