forked from lesion/plaid
Merge branch 'ci'
This commit is contained in:
commit
dba3dfcfb8
2 changed files with 3 additions and 343 deletions
|
@ -23,8 +23,10 @@ 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
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
|
|
342
package-lock.json
generated
342
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue