Skip to content

Commit 9cc352c

Browse files
author
Paul
committed
Update CI workflow: remove npm cache and switch to npm install
1 parent 5650fbe commit 9cc352c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: '18'
20-
cache: 'npm'
2120

2221
- name: Install dependencies
23-
run: npm ci
22+
run: npm install
2423

2524
- name: Build project
2625
run: npm run build
@@ -55,3 +54,4 @@ jobs:
5554
asset_path: ./dist.zip
5655
asset_name: dist.zip
5756
asset_content_type: application/zip
57+
asset_content_type: application/zip

0 commit comments

Comments
 (0)