*Use corepack and yarn 2
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
884ba62bde
commit
324106d54f
|
@ -2,6 +2,8 @@ pipeline:
|
|||
build:
|
||||
image: git.lumeweb.com/lumeweb/ci-node
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare yarn@stable --activate
|
||||
- yarn
|
||||
- yarn build
|
||||
package:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
nodeLinker: node-modules
|
Loading…
Reference in New Issue