Skip to content

Commit 788b1ee

Browse files
authored
Merge pull request #16192 from IgniteUI/nalipiev/node-ci
chore(schematics): use latest minor node 22 ver
2 parents 5231e38 + 355c886 commit 788b1ee

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,8 +16,8 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.17.1]
20-
19+
node-version: [20.x, 22.x]
20+
s
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)