use official node image

This commit is contained in:
techknowlogick 2022-01-24 15:24:30 -05:00
parent abf59f7aa8
commit c1c9372fb8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build
pull: always
image: webhippie/nodejs:latest
image: nodejs:latest
commands:
- npm install
- npm run clean