diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29ba8b47..09eb4d4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'yarn' # Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890