Skip to content

Commit

Permalink
fix: gh action for linting is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 5, 2022
1 parent aebeed8 commit 14bff9b
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,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.15.1
- name: Use Node.js 16.17.0
uses: actions/setup-node@v1
with:
node-version: 14.15.1
node-version: 16.17.0
- name: npm install
run: npm install
- name: lint
Expand Down

0 comments on commit 14bff9b

Please sign in to comment.