diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 84d33d1d..f22935c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Install dependencies run: npm ci