Commit b326f5d 1 parent 303de20 commit b326f5d Copy full SHA for b326f5d
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#push
10
10
# - https://docs.github.com/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
11
11
# - https://github.com/actions/checkout
12
+ # - https://github.com/actions/setup-node
13
+ # - https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#yarn2-configuration
12
14
# - https://github.com/actions/upload-artifact
13
15
# - https://github.com/codecov/codecov-action
14
16
# - https://github.com/hmarr/debug-action
@@ -61,13 +63,14 @@ jobs:
61
63
uses : actions/setup-node@v3.5.1
62
64
with :
63
65
cache : yarn
66
+ cache-dependency-path : yarn.lock
64
67
node-version : ${{ matrix.node-version }}
65
68
- id : debug
66
69
name : Print environment variables and event payload
67
70
uses : hmarr/debug-action@v2.1.0
68
71
- id : yarn
69
72
name : Install dependencies
70
- run : yarn --no- immutable
73
+ run : yarn --immutable
71
74
- id : format
72
75
name : Check code formatting
73
76
run : yarn check:format
You can’t perform that action at this time.
0 commit comments