Skip to content

Commit

Permalink
GitHub Actions ci.yml: node: [ 18, 20, 22 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 4, 2024
1 parent e36067e commit b33d61c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 18, 20, 22 ]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand All @@ -31,4 +31,4 @@ jobs:
run: yarn build

- name: Cypress.io
uses: cypress-io/github-action@v3
uses: cypress-io/github-action@v6

0 comments on commit b33d61c

Please sign in to comment.