Skip to content

Commit 9632320

Browse files
authored
Update Node.js versions in CI (#394)
1 parent 95b7c8a commit 9632320

5 files changed

Lines changed: 3 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
node:
34+
- '26'
35+
- '24'
3436
- '22'
3537
- '20'
3638
name: Node.js ${{ matrix.node }}
@@ -58,6 +60,7 @@ jobs:
5860
- uses: actions/checkout@v6
5961
- uses: actions/setup-node@v6
6062
with:
63+
node-version: 'lts/*'
6164
cache: 'yarn'
6265
- run: yarn install --immutable
6366
- run: yarn build

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"tsdown": "0.22.0",
4848
"typescript": "6.0.3",
4949
"typescript-eslint": "8.59.4",
50-
"unrun": "0.3.0",
5150
"vitest": "4.1.6"
5251
},
5352
"peerDependencies": {
File renamed without changes.
File renamed without changes.

yarn.lock

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,6 @@ __metadata:
13911391
tsdown: "npm:0.22.0"
13921392
typescript: "npm:6.0.3"
13931393
typescript-eslint: "npm:8.59.4"
1394-
unrun: "npm:0.3.0"
13951394
vitest: "npm:4.1.6"
13961395
peerDependencies:
13971396
"@angular/compiler": ">=21.0.7 || >= 21.2.0-0"
@@ -4353,22 +4352,6 @@ __metadata:
43534352
languageName: node
43544353
linkType: hard
43554354

4356-
"unrun@npm:0.3.0":
4357-
version: 0.3.0
4358-
resolution: "unrun@npm:0.3.0"
4359-
dependencies:
4360-
rolldown: "npm:^1.0.0"
4361-
peerDependencies:
4362-
synckit: ^0.11.11
4363-
peerDependenciesMeta:
4364-
synckit:
4365-
optional: true
4366-
bin:
4367-
unrun: ./dist/cli.mjs
4368-
checksum: 10/6dc90f799787335ab8fc9fb3b604144c4dc131a9078ee50ec2de8317cef20566845f29403d92c9d801816b3d87e5ba45c36516abb96e3d249eb20f1f1f10633c
4369-
languageName: node
4370-
linkType: hard
4371-
43724355
"update-browserslist-db@npm:^1.2.3":
43734356
version: 1.2.3
43744357
resolution: "update-browserslist-db@npm:1.2.3"

0 commit comments

Comments
 (0)