Skip to content

Commit

Permalink
BREAKING CHANGE: Update node version to 20.x (#1440)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bump Node requirement to Node 20
v-rakeshsh authored Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 176b3ad commit 0c49c4a
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"LICENSE",
"README.md"
],
"engines": {
"node": ">= 8"
},
"engines": {
"node": ">= 20.17.0"
},
"packageManager": "yarn@3.5.0",
"dependencies": {
"@puppeteer/browsers": "^2.1.0",
4 changes: 2 additions & 2 deletions pipelines/shared-template.yml
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ extends:
# can require of our users without a breaking change
- task: NodeTool@0
inputs:
versionSpec: '18.17.0'
displayName: use node 18.17.0
versionSpec: '20.17.0'
displayName: use node 20.17.0

- script: yarn install --immutable
displayName: yarn install

0 comments on commit 0c49c4a

Please sign in to comment.