forked from cadence/Carbon
Switch to alpine-node instead of node container
This commit is contained in:
parent
2627de72ca
commit
a5280f73f1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:14
|
||||
image: node:current-alpine3.12
|
||||
commands:
|
||||
- npm install -D
|
||||
- npm run rebuild
|
||||
|
|
Loading…
Reference in a new issue