*Use corepack and yarn 2
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Derrick Hammer 2022-12-15 05:22:58 -05:00
parent 884ba62bde
commit 324106d54f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 3 additions and 0 deletions

View File

@ -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:

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
nodeLinker: node-modules