Tell node to use a up to date container.

This commit is contained in:
Midou36O 2022-08-31 07:28:57 +01:00 committed by GitHub
parent 04adc03262
commit 3efaf39f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ pipeline:
build:
when:
event: [push, pull_request]
image: node:bullseye-slim
image: node:current-bullseye-slim
commands:
- npm install
- npm run build