1
0
Fork 0
forked from lesion/plaid

more recent node

This commit is contained in:
boyska 2023-09-30 00:31:07 +02:00
parent 468b9a3dc1
commit 46ba0b69b5

View file

@ -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. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
image: tetraweb/php image: node:20-alpine
script: script:
- node --version - node --version
- npm version - npm version