Skip to content

Commit b46ed56

Browse files
committed
update ghwf to npm i
1 parent 7e77d72 commit b46ed56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 20
2020

21-
- run: npm ci
21+
- run: npm install
2222
- run: npm run build
2323

2424
- uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/update-ptable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 20
2626

2727
- name: Install deps
28-
run: npm ci
28+
run: npm install
2929

3030
- name: Run cache generation script
3131
run: node scripts/build-ptable-cache.mjs

0 commit comments

Comments
 (0)