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
  • Loading branch information
v-rakeshsh authored Jan 2, 2025
1 parent 176b3ad commit 0c49c4a
Show file tree
Hide file tree
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
Expand Up @@ -11,9 +11,9 @@
"LICENSE",
"README.md"
],
"engines": {
"node": ">= 8"
},
"engines": {
"node": ">= 20.17.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@puppeteer/browsers": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions pipelines/shared-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c49c4a

Please sign in to comment.