Skip to content

Commit

Permalink
modify push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sheverniskiy committed May 28, 2022
1 parent 219f517 commit f5957fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
uses: actions/checkout@v2

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
run: yarn

- name: Lint
run: yarn lint
Expand Down

0 comments on commit f5957fe

Please sign in to comment.