Skip to content

Commit

Permalink
[puppeteer] stick with node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 2, 2024
1 parent fb8e1ae commit a602fcc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/fcbk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fcbk",
"version": "0.0.0",
"engines": {
"node": ">=18.x"
"node": "14.x"
},
"scripts": {
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion services/heatbadger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "heatbadger",
"version": "0.0.0",
"engines": {
"node": ">=18.x"
"node": "14.x"
},
"scripts": {
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion services/oggo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oggo",
"version": "0.0.0",
"engines": {
"node": ">=18.x"
"node": "14.x"
},
"scripts": {
"compile": "tsc",
Expand Down
3 changes: 2 additions & 1 deletion services/pdfx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "pdfx",
"version": "0.0.0",
"engines": {
"node": ">=18.x"
"node": "14.x"
},
"scripts": {
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion services/socky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "socky",
"version": "0.0.0",
"engines": {
"node": ">=18.x"
"node": "14.x"
},
"scripts": {
"compile": "tsc",
Expand Down

0 comments on commit a602fcc

Please sign in to comment.