Skip to content

Commit

Permalink
Update dependencies and Node.js versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 18, 2024
1 parent a0b1295 commit abcce02
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 537 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
Expand All @@ -32,6 +32,7 @@ jobs:
strategy:
matrix:
node-version:
- 22
- 20
- 18
name: Node.js ${{ matrix.node-version }} Quick
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"devDependencies": {
"@logux/eslint-config": "^53.5.1",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"better-node-test": "^0.7.1",
"c8": "^10.1.2",
"c8": "^10.1.3",
"check-dts": "^0.8.2",
"clean-publish": "^5.1.0",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"happy-dom": "^15.11.7",
"nanodelay": "^2.0.2",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"size-limit": "^11.1.6",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit abcce02

Please sign in to comment.