diff --git a/.github/workflows/github-actions-after-push.yml b/.github/workflows/github-actions-after-push.yml index 655973c..e576eef 100644 --- a/.github/workflows/github-actions-after-push.yml +++ b/.github/workflows/github-actions-after-push.yml @@ -14,7 +14,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Install dependencies run: npm install - name: Cypress run diff --git a/.github/workflows/github-actions-manually.yml b/.github/workflows/github-actions-manually.yml index 2963143..9f027d7 100644 --- a/.github/workflows/github-actions-manually.yml +++ b/.github/workflows/github-actions-manually.yml @@ -9,7 +9,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Install dependencies run: npm install - name: Cypress run