Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Sep 12, 2022
1 parent 09b9469 commit 5309fba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

- name: Install Node.js dependencies
run: npm ci
- name: Install project dependencies
run: yarn --prefer-offline
id: install

- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down

1 comment on commit 5309fba

@vercel
Copy link

@vercel vercel bot commented on 5309fba Sep 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-lib-template – ./

web-lib-template-git-main.yearn.farm
web-template-bay.vercel.app
web.ycorpo.com
web-lib-template.yearn.farm

Please sign in to comment.