Skip to content

Commit

Permalink
Merge pull request #60 from Automattic/update/build
Browse files Browse the repository at this point in the history
build: use Node 18 for packaging
  • Loading branch information
sjinks authored Apr 13, 2024
2 parents 2a77ca7 + e291471 commit 7c1c747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"all": true
},
"scripts": {
"build:cli": "yarn clean && yarn pkg -c package.json -t node14 bin/lando.js",
"build:cli": "yarn clean && yarn pkg -c package.json -t node18 bin/lando.js",
"clean": "rimraf dist",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"generate:api": "node ./scripts/yaml2json.js ./sponsors.yml ./contributors.yml --output-dir docs/.vuepress/public/api",
Expand Down

0 comments on commit 7c1c747

Please sign in to comment.