diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2893bdc7..a0066647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 + check-latest: true cache: yarn - name: Install deps run: yarn install @@ -32,7 +33,8 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 + check-latest: true cache: yarn - name: Install deps run: yarn install @@ -49,7 +51,8 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 + check-latest: true cache: yarn - name: Install deps run: yarn install