We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056fb9d commit 9b081c3Copy full SHA for 9b081c3
1 file changed
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [20.x, 22.17.1]
+ node-version: [20.x, 22.x]
20
21
steps:
22
- name: Checkout
@@ -50,7 +50,7 @@ jobs:
50
npm run test:schematics
51
npm run test:i18n
52
env:
53
- NODE_OPTIONS: --max_old_space_size=4096
+ NODE_OPTIONS: --max_old_space_size=4096 ${{ matrix.node-version == '22.x' && '--no-experimental-strip-types' || '' }}
54
TZ: America/New_York
55
- name: Build i18n & validate output
56
run: |
0 commit comments