mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-09-01 20:28:57 +00:00
update ci node
This commit is contained in:
+2
-2
@@ -3,9 +3,9 @@ type: kubernetes
|
|||||||
name: default
|
name: default
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:12.22.12-buster-slim
|
image: node:18.12.0-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user