diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 275b531..c79b4f0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 - run: npm ci - run: npm run lint