From 6b0ba460b034b0c86276ebe9aa3a8a59fed11062 Mon Sep 17 00:00:00 2001 From: Alexander Chernyaev <265195@niuitmo.ru> Date: Mon, 29 May 2023 20:31:00 +0300 Subject: [PATCH] change node version --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2df7d315..dc7b4d9e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: actions/checkout@v3 - uses: cypress-io/github-action@v5 with: