We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b82f5 commit f415c06Copy full SHA for f415c06
.github/workflows/prettier.yml
@@ -15,13 +15,13 @@ jobs:
15
name: 🤔
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
19
- - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
20
with:
21
cache: npm
22
node-version: lts/*
23
- run: npm ci --ignore-scripts --only-dev
24
- - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
+ - uses: actions/cache@v3
25
26
path: node_modules/.cache/prettier/.prettier-cache
27
key: prettier-${{ hashFiles('package-lock.json') }}-${{ hashFiles('.gitignore') }}
0 commit comments