From 4ec89efb9ab62fc3b693e275a401a0dc3a161aec Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Fri, 17 Feb 2023 23:38:18 +0200 Subject: [PATCH] use node 16 for ci tests --- .github/workflows/cypress.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 249740df..b7607a99 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -7,6 +7,9 @@ jobs: image: cypress/browsers:node14.17.0-chrome88-ff89 options: --user 1001 steps: + - uses: actions/setup-node@v3 + with: + node-version: 16 - uses: actions/checkout@v2 - run: yarn ci:pull_paragraph - uses: cypress-io/github-action@v2 @@ -17,6 +20,9 @@ jobs: chrome: runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v3 + with: + node-version: 16 - uses: actions/checkout@v2 - run: yarn ci:pull_paragraph - uses: cypress-io/github-action@v2