Skip to content

Commit

Permalink
chore: fix version to major only
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Feb 1, 2024
1 parent a862204 commit 7dc3939
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=18.17.1"
"node": ">=18"
},
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=18.17.1"
"node": ">=18"
},
"dependencies": {
"@angular-devkit/architect": "^0.1701.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core"
},
"engines": {
"node": ">=18.17.1"
"node": ">=18"
},
"scripts": {
"build:docs": "wireit",
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer"
},
"engines": {
"node": ">=18.17.1"
"node": ">=18"
},
"scripts": {
"build:docs": "wireit",
Expand Down

0 comments on commit 7dc3939

Please sign in to comment.