Skip to content

Commit

Permalink
gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
niczem committed Dec 7, 2023
1 parent aa921e6 commit 9f7666c
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 @@ -11,8 +11,8 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: "14.x"
- run: npm ci
node-version: "18.x"
- run: npm install
- run: npm run lint
- run: npm run prettier
- name: Commit changes
Expand Down

0 comments on commit 9f7666c

Please sign in to comment.