File tree Expand file tree Collapse file tree 8 files changed +14602
-9763
lines changed
Expand file tree Collapse file tree 8 files changed +14602
-9763
lines changed Original file line number Diff line number Diff line change 1- ---
21name : CI
32on :
43 push :
2423 - name : Run tests
2524 run : bin/ci
2625 - name : Report code coverage
27- if : " ${{ github.ref == 'refs/heads/master' && matrix.node-version == '20' }}"
26+ if : " ${{ github.ref == 'refs/heads/master' }}"
2827 continue-on-error : true
2928 run : scripts/.coverage.sh
Original file line number Diff line number Diff line change 77* .pid
88* .seed
99
10+ # yarn/npm
11+ npm-debug.log
12+ package-lock.json
13+ yarn-error.log
14+
15+ /node_modules /
16+ /.pnp. *
17+ /.yarn /*
18+ ! /.yarn /patches
19+ ! /.yarn /plugins
20+ ! /.yarn /releases
21+ ! /.yarn /sdks
22+ ! /.yarn /versions
23+
1024# Users Environment Variables
1125.lock-wscript
1226
1327/dist /
1428.tmp /
1529libs /
16- node_modules /
1730tsd /
1831typings /
1932vendor.js
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ compressionLevel : mixed
2+
3+ enableGlobalCache : true
4+
5+ nodeLinker : node-modules
6+
7+ yarnPath : .yarn/releases/yarn-4.11.0.cjs
Original file line number Diff line number Diff line change 22
33set -e
44
5- if [ -n " $CI " ]; then
6- npm install --global yarn
5+ if [ -n " $ACT " ]; then
6+ # Install yarn
7+ curl -o- -L https://yarnpkg.com/install.sh | bash
8+ echo " $HOME /.yarn/bin" >> $GITHUB_PATH
9+ echo " $HOME /.config/yarn/global/node_modules/.bin" >> $GITHUB_PATH
710fi
Original file line number Diff line number Diff line change 22
33set -e
44
5- if [ -n " $CI " ]; then
6- yarn global add typings webpack karma typescript
7- fi
8-
95yarn install
Original file line number Diff line number Diff line change 2424 "node" : " ^20.19.5" ,
2525 "npm" : " ^10.8.2"
2626 },
27+ "packageManager" :
" [email protected] " ,
2728 "devDependencies" : {
2829 "@manageiq/font-fabulous" : " ^1.0.0" ,
2930 "@types/angular-mocks" : " ^1.7.0" ,
99100 "@types/jasmine" : " 3.10.0" ,
100101 "angular" : " 1.8.3" ,
101102 "angular-animate" : " 1.8.3" ,
102- "angular-sanitize" : " 1.8.3"
103+ "angular-sanitize" : " 1.8.3" ,
104+ "get-intrinsic" : " 1.3.0"
103105 }
104106}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments