Skip to content

Commit

Permalink
Also bump node version used for lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Dec 13, 2024
1 parent 4816a47 commit d30a50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2.3.1
- uses: pre-commit/action@v2.0.3
- name: Set up Node.js 12.x
- name: Set up Node.js 18.x
uses: actions/setup-node@v2.5.1
with:
node-version: 12.x
node-version: 18.x
- run: npm install
- name: Run ESLint
run: npm run lint

0 comments on commit d30a50b

Please sign in to comment.