From b33d61c828765f577faeeadf95422b1d167e4913 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 4 Dec 2024 07:12:05 +0100 Subject: [PATCH] GitHub Actions ci.yml: node: [ 18, 20, 22 ] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3a7a9..8c88c8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -31,4 +31,4 @@ jobs: run: yarn build - name: Cypress.io - uses: cypress-io/github-action@v3 \ No newline at end of file + uses: cypress-io/github-action@v6