Skip to content

Commit efbdca9

Browse files
authored
chore(ci): update Node.js version matrix in workflow (#16310) (#16313)
Co-authored-by: Konstantin Dinev <[email protected]>
2 parents 733b44b + 50005d4 commit efbdca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.17.1]
19+
node-version: [20.x, 22.x]
2020

2121
steps:
2222
- name: Checkout
@@ -51,7 +51,7 @@ jobs:
5151
npm run test:schematics
5252
npm run test:i18n
5353
env:
54-
NODE_OPTIONS: --max_old_space_size=4096
54+
NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }}
5555
TZ: America/New_York
5656
- name: Build i18n & validate output
5757
run: |

0 commit comments

Comments
 (0)