forked from lesion/plaid
more recent node
This commit is contained in:
parent
468b9a3dc1
commit
46ba0b69b5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution
|
|||
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
image: tetraweb/php
|
||||
image: node:20-alpine
|
||||
script:
|
||||
- node --version
|
||||
- npm version
|
||||
|
|
Loading…
Reference in a new issue