Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 4, 2022
1 parent 7bcf369 commit 0215792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
working-directory: cmd/client/templatizer-ui
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
- uses: borales/actions-yarn@v2.3.0
with:
node-version: '14'
- run: npm install
- run: npm run build
cmd: install
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build

linters:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
vendor
temp
.DS_Store
package-lock.json

0 comments on commit 0215792

Please sign in to comment.