Skip to content

Commit

Permalink
Merge pull request #45 from torusresearch/PD-4280-Stack-Upgrades-Nov-…
Browse files Browse the repository at this point in the history
…2024

Pd 4280 stack upgrades nov 2024
  • Loading branch information
chaitanyapotti authored Jan 2, 2025
2 parents dbe563e + a4be745 commit 5237d4c
Show file tree
Hide file tree
Showing 16 changed files with 5,397 additions and 4,644 deletions.
22 changes: 0 additions & 22 deletions .eslintignore

This file was deleted.

22 changes: 0 additions & 22 deletions .eslintrc.js

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
- name: Lint
run: npm run lint

- name: Install playwright webkit
run: npx playwright install-deps webkit

- name: Test
run: npm run test
run: npx playwright install && npm run test

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
>=18.x
>=20.x
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ const { get, post } = require("@toruslabs/http-helpers").default;
## Requirements

- This package requires a peer dependency of `@babel/runtime`
- Node 18+
- Node 20+
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import toruslabsTypescript from "@toruslabs/eslint-config-typescript";

export default [...toruslabsTypescript];
Loading

0 comments on commit 5237d4c

Please sign in to comment.