diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b285a297..ee6fe6eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,10 @@ jobs: name: Lint runs-on: ubuntu-latest steps: + - name: set up node + uses: actions/setup-node@v4 + with: + node-version: 20.x - uses: actions/checkout@v4 - run: yarn - run: yarn lint