diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c1e3a585..cb8644979 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - name: Node setup uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Yarn cache setup uses: c-hive/gha-yarn-cache@v2