Revert "Remove yarn"

This reverts commit 602c1ed9a6.
This commit is contained in:
Lance Pioch
2024-05-11 00:55:35 -04:00
parent b18ebeefdc
commit b32f8966e1
6 changed files with 9671 additions and 8 deletions

View File

@@ -21,10 +21,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache: "yarn"
- name: Install dependencies
run: npm install
run: yarn install --frozen-lockfile
- name: Build
run: npm build:production
run: yarn build:production