*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:
|
build:
|
||||||
image: git.lumeweb.com/lumeweb/ci-node
|
image: git.lumeweb.com/lumeweb/ci-node
|
||||||
commands:
|
commands:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@stable --activate
|
||||||
- yarn
|
- yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
package:
|
package:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
nodeLinker: node-modules
|
Loading…
Reference in New Issue