bump version to 4.2.0

This commit is contained in:
Amruth Pillai
2024-09-02 12:31:56 +02:00
parent df63f4b8a7
commit e3f3b8b464
59 changed files with 7549 additions and 6398 deletions

View File

@@ -25,14 +25,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9.1.3
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
cache: "pnpm"
node-version: 20.13.1
node-version: 20.17.0
- name: Install Dependencies
run: pnpm install --frozen-lockfile