We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43eaab8 commit 1d21254Copy full SHA for 1d21254
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,12 @@ jobs:
18
- uses: actions/checkout@v4
19
- run: docker pull adminer
20
- run: docker pull postgres
21
- - run: npm i -g @angular/cli@20 zibri-cli @loopback/cli@6 @nestjs/cli@11
22
- - run: npm ci
+ - uses: actions/setup-node@v4
+ 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
28
- run: npm run build
29
- run: npm run test
0 commit comments