Remove yarn

This commit is contained in:
Lance Pioch
2024-05-10 22:19:51 -04:00
parent 39bc87c2e2
commit 602c1ed9a6
6 changed files with 8 additions and 9671 deletions

View File

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