Skip to content

Commit 309f705

Browse files
committed
chore: Update node to 20.19.2
1 parent ceb003c commit 309f705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
strategy:
476476
fail-fast: false
477477
matrix:
478-
node: [18, 20, 22, '^24.0.1']
478+
node: [18, 20, 22, 24]
479479
steps:
480480
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
481481
uses: actions/checkout@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"yalc:publish": "lerna run yalc:publish"
4545
},
4646
"volta": {
47-
"node": "20.18.2",
47+
"node": "20.19.2",
4848
"yarn": "1.22.22",
49-
"pnpm": "9.15.0"
49+
"pnpm": "9.15.9"
5050
},
5151
"workspaces": [
5252
"packages/angular",

0 commit comments

Comments
 (0)