Skip to content

Commit

Permalink
Update action/setup-node to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 10, 2022
1 parent be62763 commit fa719ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
uses: actions/checkout@v2

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

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Install Packages
run: yarn install --frozen-lockfile
env:
CI: true

- name: Lint
run: yarn lint
Expand Down

0 comments on commit fa719ed

Please sign in to comment.