diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff33ffa..186db6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: uses: "actions/setup-node@v3" with: cache: "yarn" - node-version: "16" + node-version: "lts/*" - name: "Install the Node.js dependencies" run: "yarn install --immutable"