steps:
test:
image: node:18.19-alpine
commands:
- apk update && apk upgrade --no-cache
- echo "Build test succeed"