Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed May 17, 2023
1 parent 0cc17fd commit 9ed1c5f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions general/files/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16', '18']
container: node:20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node-version}}
- run: npm install --global yarn
- run: yarn install
- run: yarn test

0 comments on commit 9ed1c5f

Please sign in to comment.