Skip to content

Commit 581d156

Browse files
committed
chore: bump node18 version a bit to match node18 compatible angular min node version
1 parent c7cdd32 commit 581d156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
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.19.0, 20.13.1]
15+
node-version: [18.19.1, 20.13.1]
1616
exclude:
1717
- os: macOS-latest
18-
node-version: 18.19.0
18+
node-version: 18.19.1
1919
- os: windows-latest
20-
node-version: 18.19.0
20+
node-version: 18.19.1
2121
fail-fast: false
2222

2323
steps:

0 commit comments

Comments
 (0)