Skip to content

Commit 33ac922

Browse files
committed
fix
1 parent 2a1f664 commit 33ac922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm install
2323

2424
- name: Install pkg globally
2525
run: npm install -g pkg

0 commit comments

Comments
 (0)