Skip to content

Commit

Permalink
Update CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Americas authored and diogotorres97 committed Sep 13, 2023
1 parent 9bbf6f1 commit 57793fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
nodeVersion: [14, 16, 18]
nodeVersion: [18, 20]

name: Tests
runs-on: ubuntu-latest
Expand All @@ -15,8 +15,11 @@ jobs:
image: node:${{ matrix.nodeVersion }}-alpine

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: yarn install --frozen-lockfile

- run: yarn lint

- run: yarn test

0 comments on commit 57793fc

Please sign in to comment.