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