Skip to content

Commit 1d21254

Browse files
committed
fixed pipeline
1 parent 43eaab8 commit 1d21254

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- run: docker pull adminer
2020
- run: docker pull postgres
21-
- run: npm i -g @angular/cli@20 zibri-cli @loopback/cli@6 @nestjs/cli@11
22-
- run: npm ci
21+
- uses: actions/setup-node@v4
22+
with:
23+
node-version: '20'
24+
registry-url: 'https://registry.npmjs.org'
25+
- run: npm i -g npm@latest
26+
- run: npm i -g @angular/cli@20 zibri-cli @loopback/cli@6 @nestjs/cli@11 create-vite@6 create-storybook@9.1.16
27+
- run: npm i
2328
- run: npm run build
2429
- run: npm run test

0 commit comments

Comments
 (0)