Skip to content

Commit 028875c

Browse files
committed
ci(schematics): revert back to specific node ver
1 parent 1afe458 commit 028875c

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.x]
19+
node-version: [20.x, 22.17.1]
2020

2121
steps:
2222
- name: Checkout
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
npm run test:lib
4949
npm run test:styles
50-
NODE_OPTIONS="--no-experimental-strip-types" npm run test:schematics
50+
npm run test:schematics
5151
npm run test:i18n
5252
env:
5353
NODE_OPTIONS: --max_old_space_size=4096

0 commit comments

Comments
 (0)