Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 authored Mar 17, 2022
1 parent 14a136a commit 52039ed
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 @@ -17,10 +17,10 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 14.18.1

- name: Install Dependencies
run: yarn install

- name: Run linting
run: yarn lint
run: yarn lint

0 comments on commit 52039ed

Please sign in to comment.