Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanbekar committed Jun 14, 2023
1 parent 3843b83 commit caf3980
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,13 @@ jobs:
run: yarn lint

test:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [14.x, 16.x]
os: [ubuntu-latest]
fail-fast: false

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
node-version: 16.x
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit caf3980

Please sign in to comment.