fix ci/cd
This commit is contained in:
parent
965fe721fa
commit
fc88db10e0
@ -1,6 +1,8 @@
|
|||||||
image: node:lts
|
image: node:lts
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- corepack enable
|
||||||
|
- corepack prepare yarn@4.6.0 --activate
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
deploy-pages:
|
deploy-pages:
|
||||||
|
|||||||
2
.yarnrc.yml
Normal file
2
.yarnrc.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
nodeLinker: "node-modules"
|
||||||
|
cacheFolder: ".yarn/cache"
|
||||||
Loading…
x
Reference in New Issue
Block a user