diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c4d889e..6b138f64 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: run: git fetch origin ${{ github.base_ref }} - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 - name: Install npm dependencies run: npm ci --ignore-scripts - name: Check version