diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e0365008..4ad1f623 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -8,8 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: corepack enable - uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: "20.x" + cache: "yarn" - run: yarn install - run: yarn lint