Skip to content

Commit 3e16e8a

Browse files
committed
ci: fix broken CI
1 parent 21062db commit 3e16e8a

File tree

4 files changed

+10770
-8606
lines changed

4 files changed

+10770
-8606
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- run: corepack enable
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 16
16+
node-version: 22
1717
cache: 'pnpm'
1818
- run: pnpm install
1919
- run: pnpm test

angular.json

+3
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,8 @@
159159
}
160160
}
161161
}
162+
},
163+
"cli": {
164+
"analytics": false
162165
}
163166
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@
101101
"@commitlint/config-conventional"
102102
]
103103
},
104-
"packageManager": "pnpm@7.30.1"
104+
"packageManager": "pnpm@9.6.0"
105105
}

0 commit comments

Comments
 (0)