We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99694f commit 664207aCopy full SHA for 664207a
.github/workflows/prettier.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: npm
22
node-version: lts/*
23
- run: npm ci --ignore-scripts --only-dev
24
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
25
with:
26
path: node_modules/.cache/prettier/.prettier-cache
27
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
0 commit comments