mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
Tell node to use a up to date container.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
04adc03262
commit
3efaf39f12
@ -2,7 +2,7 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
image: node:bullseye-slim
|
image: node:current-bullseye-slim
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user