forked from ProjectSegfault/website
Tell node to use a up to date container.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user