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

@@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with: with:
node-version: 17 node-version: 18
- run: yarn --immutable - run: npm i
- run: yarn build:prod - run: npm run build:prod
- uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1 - uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1
with: with:
token: ${{ secrets.NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +0,0 @@
enableGlobalCache: true
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.5.1.cjs

3614
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

3300
yarn.lock

File diff suppressed because it is too large Load Diff