Skip to content

Commit a556df3

Browse files
authored
feat: support Angular 18 (#110)
* feat: support Angular 18 * chore: upgrade demo * chore: upgrade node 18 version * chore: update test snapshot * chore: verbose build * chore: fix snapshot again * chore: use node 20
1 parent 13f28ba commit a556df3

22 files changed

+16235
-1608
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [18.18.2, '*']
15+
node-version: [18.19.0, 20.13.1]
1616
exclude:
1717
- os: macOS-latest
18-
node-version: 18.18.2
18+
node-version: 18.19.0
1919
- os: windows-latest
20-
node-version: 18.18.2
20+
node-version: 18.19.0
2121
fail-fast: false
2222

2323
steps:
@@ -31,6 +31,6 @@ jobs:
3131
name: NPM Install
3232
- name: Linting
3333
run: npm run format:ci
34-
if: "${{ matrix.node-version == '*' }}"
34+
if: "${{ matrix.node-version == '20.13.1' }}"
3535
- name: Run tests
3636
run: npm run test

demo.test.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ test('edge function config', async () => {
88
'/dashboard/index.html',
99
'/favicon.ico',
1010
'/heroes/index.html',
11-
'/index.html',
12-
'/main-ZQY2S5NK.js',
11+
'/index.csr.html',
12+
'/main-3US5B27T.js',
1313
'/polyfills-RX4V3J3S.js',
1414
'/styles-5INURTSO.css',
1515
'/dashboard',

0 commit comments

Comments
 (0)