Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Sep 17, 2024
1 parent e0c5665 commit a6d7f19
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@ jobs:
name: Build and test
runs-on: ubuntu-latest

strategy:
matrix:
node: [10, 12, 14]

env:
CI: true

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v4

- run: yarn install

Expand Down

0 comments on commit a6d7f19

Please sign in to comment.