mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-21 04:25:22 -04:00
chore: switch to ESM-only & drop Axios dependency
This commit is contained in:
@@ -11,18 +11,16 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Use Node.js 18
|
||||
- uses: pnpm/action-setup@v4
|
||||
- name: Use Node.js LTS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: "yarn"
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 7
|
||||
node-version: 22.x
|
||||
cache: "pnpm"
|
||||
- name: Install packages
|
||||
run: yarn install
|
||||
run: pnpm install
|
||||
- name: Build package
|
||||
run: yarn build
|
||||
run: pnpm build
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user