Bump version to 2.32.0

Update Node.js dependencies

Migrate eslint config to a mjs file

Fix imports in tests

Bump to Node.js 20.x in workflows
This commit is contained in:
Shivam Mathur
2024-11-04 08:55:26 +05:30
parent 371ee9d086
commit 7f1cfc01ec
11 changed files with 1652 additions and 1190 deletions

View File

@ -33,10 +33,10 @@ jobs:
with:
fetch-depth: 2
- name: Setup Node.js 16.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm install

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
registry-url: https://registry.npmjs.org
- name: Install dependencies and add lib