File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/setup-node@v3
4343 with :
4444 node-version : ${{ matrix.node-version }}
45- - run : yarn --immutable --immutable-cache
45+ - run : yarn --immutable
4646 - run : yarn lint
4747 - name : Require clean working directory
4848 shell : bash
6666 uses : actions/setup-node@v3
6767 with :
6868 node-version : ${{ matrix.node-version }}
69- - run : yarn --immutable --immutable-cache
69+ - run : yarn --immutable
7070 - run : yarn workspace ${{ matrix.package-name }} lint:changelog
7171 - name : Require clean working directory
7272 shell : bash
9090 uses : actions/setup-node@v3
9191 with :
9292 node-version : ${{ matrix.node-version }}
93- - run : yarn --immutable --immutable-cache
93+ - run : yarn --immutable
9494 - run : yarn build
9595 - name : Require clean working directory
9696 shell : bash
@@ -114,7 +114,7 @@ jobs:
114114 uses : actions/setup-node@v3
115115 with :
116116 node-version : ${{ matrix.node-version }}
117- - run : yarn --immutable --immutable-cache
117+ - run : yarn --immutable
118118 - run : yarn build
119119 - run : yarn workspace ${{ matrix.package-name }} run test:ci
120120 - name : Get coverage folder
You can’t perform that action at this time.
0 commit comments