ci(actions): upgrade eslint cache action to node24

This commit is contained in:
777genius 2026-05-10 10:15:31 +03:00
parent 63b89fcd39
commit eb0dfcc452

View file

@ -62,7 +62,7 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: Restore ESLint cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .eslintcache
key: eslint-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'eslint.config.*', 'src/**/*.ts', 'src/**/*.tsx') }}