diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c51069d..64f2f34 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,6 +11,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: 16 + - run: npm install - run: npm run format:check