Skip to content

Commit

Permalink
Update lint-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerSm1th authored Feb 18, 2024
1 parent 72c6654 commit 98477c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
fetch-depth: 1

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 16
- name: Install Deps
run: npm i --ignore-scripts
- name: Lint
Expand Down

0 comments on commit 98477c9

Please sign in to comment.