This commit is contained in:
Jacob Nguyen
2025-02-07 00:50:17 -06:00
parent 47401f46a3
commit a67450328e
6 changed files with 3619 additions and 4184 deletions

View File

@@ -24,6 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -g yarn
- run: yarn install
- run: yarn test
- run: npm install
- run: npm run test