Skip to content

Commit

Permalink
Update CI for main branch and LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Mar 14, 2024
1 parent 28a9d01 commit efee3c7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ on:
- '*'
push:
branches:
- master
- main

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['lts']
name: Node ${{ matrix.node }}
name: Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version: 'lts/*'
- run: npm install
- run: npm run build
- run: npm run test

0 comments on commit efee3c7

Please sign in to comment.