File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17+ cache-dependency-path : ./package.json
18+ cache : " yarn"
1719 node-version : 18
1820 - uses : bahmutov/npm-install@v1
1921 # Set the version in package.json to match the tag
3941 - uses : actions/setup-node@v4
4042 with :
4143 node-version : 18
44+ cache-dependency-path : ./package.json
4245 cache : " yarn"
4346 # Install deps in base package and build into js-dist
4447 - uses : bahmutov/npm-install@v1
Original file line number Diff line number Diff line change 3838 - uses : actions/setup-node@v4
3939 with :
4040 node-version : ${{ matrix.node-version }}
41+ cache-dependency-path : ./package.json
4142 cache : " yarn"
4243 - uses : bahmutov/npm-install@v1
4344 - name : Run lint
6162 - uses : actions/setup-node@v4
6263 with :
6364 node-version : ${{ matrix.node-version }}
65+ cache-dependency-path : ./package.json
6466 cache : " yarn"
6567 - uses : bahmutov/npm-install@v1
6668 - name : Run build
You can’t perform that action at this time.
0 commit comments