Skip to content

Commit 4ea7b71

Browse files
authored
Merge pull request #17173 from IgniteUI/sstoychev/fix-release-211
fix(cd): avoid node 22 regression for OIDC builds
2 parents d99d920 + fd6208e commit 4ea7b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: '22.22.1' # Specifically avoid 22.22.2 due to a regression with npm latest
1818
cache: 'npm'
1919
registry-url: 'https://registry.npmjs.org'
2020

0 commit comments

Comments
 (0)