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 f666eea commit d4aed8bCopy full SHA for d4aed8b
1 file changed
.github/workflows/deploy.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
node-version: 24
24
cache: yarn
25
+ - run: yarn --frozen-lockfile
26
- id: date
27
run: echo "date=$(TZ=America/Los_Angeles date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
28
- id: cache-data
0 commit comments