Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton authored Mar 28, 2024
1 parent 0a77116 commit 0140e85
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,8 @@ jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v3.6.0
with:
node-version: 15
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build --if-present
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v3.6.0
- run: npm install
- run: npm run build --if-present
- run: npm run lint --if-present
- run: npm run build --if-present

0 comments on commit 0140e85

Please sign in to comment.