Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Granizo committed Jul 8, 2024
1 parent c5acaca commit 02c4a55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
cypress-run:
runs-on: ubuntu-latest

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

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: 16

- name: Cache Cypress binary
uses: actions/cache@v2
Expand Down

0 comments on commit 02c4a55

Please sign in to comment.