Skip to content

Commit 01f7eff

Browse files
committed
GHA
1 parent e33e19f commit 01f7eff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
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
@@ -57,6 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)