Another attempt at fixing the yarn CI failure

This commit is contained in:
Eric Allam
2024-09-16 15:13:19 +01:00
parent 55b7ffeb72
commit ca2cb7298c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -17,6 +17,8 @@ jobs:
matrix:
os: [buildjet-8vcpu-ubuntu-2204, windows-latest]
package-manager: ["npm", "pnpm", "yarn"]
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3