diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd3360f..f51b378 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: 22 - run: npm i - run: npm run lint