Skip to content

Commit

Permalink
ci: remove bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed May 7, 2023
1 parent bf1dcc9 commit 258d9c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +19,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Bootstrap Packages
run: yarn bootstrap
- name: Run Tests
run: yarn test

0 comments on commit 258d9c4

Please sign in to comment.