Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 24
- name: Install
run: yarn
- name: Lint
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 24
- name: Install
run: yarn
- name: Type
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 24
- name: Install
run: yarn
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 24
- name: Install
run: yarn install --frozen-lockfile
- name: Build
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 24
- name: Install
run: yarn install --frozen-lockfile
- name: Build
Expand Down
20 changes: 15 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"main": "./index.ts",
"engines": {
"node": "18"
"node": "24"
},
"scripts": {
"build": "rm -Rf ./dist && rollup -c && yarn build:copy && yarn build:package && yarn build:clean",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@testing-library/jest-dom": "5.16.5",
"@types/jabber": "1.2.0",
"@types/jest": "29.2.4",
"@types/node": "18.11.18",
"@types/node": "24.9.2",
"@types/ramda": "0.28.20",
"@types/react": "18.0.26",
"@types/sha1": "1.1.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ __metadata:
"@testing-library/jest-dom": 5.16.5
"@types/jabber": 1.2.0
"@types/jest": 29.2.4
"@types/node": 18.11.18
"@types/node": 24.9.2
"@types/ramda": 0.28.20
"@types/react": 18.0.26
"@types/sha1": 1.1.3
Expand Down Expand Up @@ -6460,10 +6460,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.11.18":
version: 18.11.18
resolution: "@types/node@npm:18.11.18"
checksum: 03f17f9480f8d775c8a72da5ea7e9383db5f6d85aa5fefde90dd953a1449bd5e4ffde376f139da4f3744b4c83942166d2a7603969a6f8ea826edfb16e6e3b49d
"@types/node@npm:24.9.2":
version: 24.9.2
resolution: "@types/node@npm:24.9.2"
dependencies:
undici-types: ~7.16.0
checksum: 6f1d2c66ce14ef58934c7140b8b7003b3e55fc3b23128bfdabdf59a02f4ff4dbb89a58cd95cc11310cce6c6ffeb5cacc3afaa8753d4a9cd4afdc447a6ab61bee
languageName: node
linkType: hard

Expand Down Expand Up @@ -23669,6 +23671,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 1ef68fc6c5bad200c8b6f17de8e5bc5cfdcadc164ba8d7208cd087cfa8583d922d8316a7fd76c9a658c22b4123d3ff847429185094484fbc65377d695c905857
languageName: node
linkType: hard

"unfetch@npm:^4.2.0":
version: 4.2.0
resolution: "unfetch@npm:4.2.0"
Expand Down
Loading