fix ci/cd

This commit is contained in:
Sergey Krylov 2025-01-22 07:27:13 +03:00
parent 965fe721fa
commit fc88db10e0
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
image: node:lts
before_script:
- corepack enable
- corepack prepare yarn@4.6.0 --activate
- yarn install
deploy-pages:

2
.yarnrc.yml Normal file
View File

@ -0,0 +1,2 @@
nodeLinker: "node-modules"
cacheFolder: ".yarn/cache"