Skip to content

Commit d7d09f8

Browse files
committed
feat: GH action test
1 parent 63e3bc8 commit d7d09f8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
postgresql password: 'mysecretpassword'
3333

3434
- name: install pnpm
35-
run: npm i -G pnpm
36-
37-
- name: install packages
38-
run: pnpm i
35+
run: npm i
3936

4037
- name: Build
4138
run: npm run build

0 commit comments

Comments
 (0)