Skip to content

Commit

Permalink
chore(repo): npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRave authored Sep 30, 2021
1 parent 967ff3d commit f9686fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install

- name: Validate TS
run: npm run lint
Expand Down

0 comments on commit f9686fb

Please sign in to comment.