diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8d0ec5cc..476d1c80a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up system run: bin/before_install - name: Set up Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} # TODO: Uncomment this for yarn 3