Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
fail-fast: false
matrix:
node:
- '26'
- '24'
- '22'
- '20'
name: Node.js ${{ matrix.node }}
Expand Down Expand Up @@ -58,6 +60,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"tsdown": "0.22.0",
"typescript": "6.0.3",
"typescript-eslint": "8.59.4",
"unrun": "0.3.0",
"vitest": "4.1.6"
},
"peerDependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,6 @@ __metadata:
tsdown: "npm:0.22.0"
typescript: "npm:6.0.3"
typescript-eslint: "npm:8.59.4"
unrun: "npm:0.3.0"
vitest: "npm:4.1.6"
peerDependencies:
"@angular/compiler": ">=21.0.7 || >= 21.2.0-0"
Expand Down Expand Up @@ -4353,22 +4352,6 @@ __metadata:
languageName: node
linkType: hard

"unrun@npm:0.3.0":
version: 0.3.0
resolution: "unrun@npm:0.3.0"
dependencies:
rolldown: "npm:^1.0.0"
peerDependencies:
synckit: ^0.11.11
peerDependenciesMeta:
synckit:
optional: true
bin:
unrun: ./dist/cli.mjs
checksum: 10/6dc90f799787335ab8fc9fb3b604144c4dc131a9078ee50ec2de8317cef20566845f29403d92c9d801816b3d87e5ba45c36516abb96e3d249eb20f1f1f10633c
languageName: node
linkType: hard

"update-browserslist-db@npm:^1.2.3":
version: 1.2.3
resolution: "update-browserslist-db@npm:1.2.3"
Expand Down
Loading