File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/setup-node@v4
2727 with :
2828 node-version : " 22"
29+ cache : " yarn"
2930
3031 - name : Install dependencies
3132 run : yarn install --immutable
5758 uses : actions/setup-node@v4
5859 with :
5960 node-version : " 22"
61+ cache : " yarn"
6062
6163 - name : Install dependencies
6264 run : yarn install --immutable
@@ -94,14 +96,10 @@ jobs:
9496 uses : actions/setup-node@v4
9597 with :
9698 node-version : " 22"
97- registry-url : " https://registry.npmjs.org"
98-
99- - run : npm install -g npm@latest
99+ cache : " yarn"
100100
101101 - name : Install dependencies
102102 run : yarn install --immutable
103103
104104 - run : yarn turbo run build --color
105- - run : yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn run ci:publish
106- env :
107- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
105+ - run : yarn run ci:publish
You can’t perform that action at this time.
0 commit comments