Skip to content

Commit e787dc2

Browse files
committed
fix: bumped node-version of gha
1 parent b6b9497 commit e787dc2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# Cache node_modules
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 20
29-
cache: 'npm'
28+
node-version: 24
29+
cache: "npm"
3030
- run: npm ci
3131
- uses: nrwl/nx-set-shas@v4
3232

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
"@angular/compiler-cli": "^20.1.0",
142142
"@angular/core": "^20.1.0",
143143
"@angular/platform-browser-dynamic": "^20.1.0",
144-
145144
"koa": "^3.1.1",
146145
"validator": "^13.15.20",
147146
"shelljs": "^0.10.0",

0 commit comments

Comments
 (0)