Skip to content

Commit 915fe4b

Browse files
committed
ci: fix install script
1 parent 2ac512d commit 915fe4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
# Install TypeScript and type definitions
1717
- name: Install dependencies
18-
run: npm install typescript @types/node
18+
run: npm install
1919

2020
# Build TypeScript files
2121
- name: Build

0 commit comments

Comments
 (0)