chore(ci): switch to npm

This commit is contained in:
AAGaming
2022-10-24 20:38:18 -04:00
parent 3c553a227d
commit 19e986ed8b
4 changed files with 5287 additions and 22529 deletions

View File

@@ -19,11 +19,11 @@ jobs:
with:
node-version: 16
- name: Setup | Dependencies
run: npm ci
run: npm i -g pnpm && pnpm i --frozen-lockfile
- name: Test
run: npm test
run: pnpm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm exec semantic-release
run: pnpm exec semantic-release