diff --git a/.github/workflows/lint_and_format.yml b/.github/workflows/lint_and_format.yml index 21b975105..75d44f762 100644 --- a/.github/workflows/lint_and_format.yml +++ b/.github/workflows/lint_and_format.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - name: Use Node.js v16 + - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: "yarn" - run: yarn install --immutable - run: yarn lint:check @@ -26,10 +26,10 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - name: Use Node.js v16 + - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: "yarn" - run: yarn install --immutable - run: yarn format:check