Skip to content

Commit

Permalink
feat: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Oct 22, 2023
1 parent ae42922 commit e590636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: yarn
node-version: lts/*
- uses: actions/checkout@v4
- name: install
uses: borales/actions-yarn@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
cache: yarn
node-version: lts/*
- uses: actions/checkout@v4
- name: install
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit e590636

Please sign in to comment.