Skip to content

Commit 988aac9

Browse files
committed
fix: use npm install instead of npm ci
1 parent 7de961d commit 988aac9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
19-
registry-url: 'https://registry.npmjs.org'
18+
node-version: 16
19+
registry-url: https://registry.npmjs.org
2020
always-auth: true
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)