diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 25d0d40..24f3642 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '12' + node-version: '22' - run: npm install - run: npx run-p check:*