Skip to content

Commit c597bf8

Browse files
authored
ci: use Node 22 for Azure Pipelines (microsoft#2813)
## Summary: Azure Pipelines was still using Node 18, which is lower than the minimum needed and wasn't compatible with react-native-codegen
1 parent 0415484 commit c597bf8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.ado/jobs/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
fetchFilter: blob:none
2525
persistCredentials: true
2626

27+
- task: UseNode@1
28+
inputs:
29+
version: '22.22.0'
30+
displayName: 'Use Node.js 22.22.0'
31+
2732
- template: /.ado/templates/configure-git.yml@self
2833

2934
- script: |

0 commit comments

Comments
 (0)