Fix vercel actions
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: "Enable Corepack"
|
||||
run: corepack enable
|
||||
- name: "Install Yarn"
|
||||
run: corepack prepare yarn@4.9.2 --activate
|
||||
run: corepack prepare yarn@latest --activate
|
||||
|
||||
# YARN
|
||||
- name: "Install Dependencies"
|
||||
|
||||
Reference in New Issue
Block a user