Update Node version in CI
continuous-integration/drone/push Build is passing Details

pull/4/head
Clément FRÉVILLE 1 year ago
parent 5b4839668d
commit e6516aa240

@ -2,8 +2,7 @@ kind: pipeline
steps: steps:
- name: build - name: build
image: node:20-alpine3.18 image: node:20-alpine3.19
commands: commands:
- npm install - npm install
- npm install -g @angular/cli - npm run build
- ng build

Loading…
Cancel
Save