Skip to content

Commit 4d7fa39

Browse files
committed
ci(publish): reenable npm caching
1 parent fd69755 commit 4d7fa39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ jobs:
2020
node-version: "20"
2121
cache: "npm"
2222
cache-dependency-path: package-lock.json
23-
registry-url: https://registry.npmjs.org/
24-
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
23+
registry-url: 'https://registry.npmjs.org'
2624

2725
- name: Install node dependencies
2826
run: npm ci
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
3127

3228
- name: Set up Python with PDM
3329
uses: pdm-project/setup-pdm@v3

0 commit comments

Comments
 (0)