From 17d050a0354c0ea690bb9247f91bea9f842380db Mon Sep 17 00:00:00 2001 From: "Soare Robert Daniel (Mac 2023)" Date: Thu, 23 May 2024 17:26:29 +0300 Subject: [PATCH] fix: use node 18 --- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test-lint-js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index fc21acaf..8d4af047 100755 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - uses: actions/cache@v2 id: npm-and-build-cache with: diff --git a/.github/workflows/test-lint-js.yml b/.github/workflows/test-lint-js.yml index 86d3604a..37fdef26 100644 --- a/.github/workflows/test-lint-js.yml +++ b/.github/workflows/test-lint-js.yml @@ -15,7 +15,7 @@ jobs: CYPRESS_INSTALL_BINARY: 0 strategy: matrix: - node-version: [12.x] + node-version: [18.x] steps: - name: Checkout source code uses: actions/checkout@v2