ci: use nodejs lts

This commit is contained in:
Michael Kriese 2023-01-04 15:51:54 +01:00
parent c2199f0640
commit 6b1bed7d8e
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,6 @@ pipeline:
image: alpine:3.17.0
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make npm git
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing make nodejs npm git
- make readme
- git diff --exit-code --name-only README.md