File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Set up node
22
22
uses : actions/setup-node@v4
23
23
with :
24
- node-version : 20
24
+ node-version : ' 20.x '
25
25
cache : yarn
26
26
- name : Configure Yarn path
27
27
run : echo "${{ env.YARN_HOME }}" >> $GITHUB_PATH
40
40
# key: ${{ runner.os }}-astro-${{ hashFiles('**/yarn-lock.yaml') }}
41
41
# restore-keys: ${{ runner.os }}-astro-
42
42
- name : Install dependencies
43
- run : yarn install --immutable --immutable-cache
43
+ run : yarn install --immutable --immutable-cache --check-cache --inline-builds
44
44
- name : Build project
45
45
run : yarn run build
46
46
- name : Publish to Cloudflare Pages
Original file line number Diff line number Diff line change @@ -24,4 +24,10 @@ yarn-error.log*
24
24
# .wrangler/
25
25
26
26
# Yarn
27
- .yarn /
27
+ .yarn /*
28
+ ! .yarn /cache
29
+ ! .yarn /patches
30
+ ! .yarn /plugins
31
+ ! .yarn /releases
32
+ ! .yarn /sdks
33
+ ! .yarn /versions
You can’t perform that action at this time.
0 commit comments