diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630341d4f..aafbfa01f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: setup node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' check-latest: true - name: setup cache for bench uses: actions/cache@v2 diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 0d0d96bc5..d59e5accc 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 check-latest: true - name: Add to Hosts