Skip to content

Commit

Permalink
chore(config): update npm location in frontmatter config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Oct 27, 2024
1 parent 90a5d7c commit edb1b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
},
"frontMatter.custom.scripts": [
{
"command": "~/.nvm/versions/node/v22.7.0/bin/node",
"command": "~/.nvm/versions/node/v20.18.0/bin/node",
"script": "./bin/frontmatter/screenshot-header-image.cjs",
"title": "Retrieve Screenshot"
},
{
"command": "~/.nvm/versions/node/v22.7.0/bin/node",
"command": "~/.nvm/versions/node/v20.18.0/bin/node",
"script": "./bin/frontmatter/retrieve-unsplash-header-image-info.cjs",
"title": "Retrieve Unsplash image"
},
{
"command": "~/.nvm/versions/node/v22.7.0/bin/node",
"command": "~/.nvm/versions/node/v20.18.0/bin/node",
"script": "./bin/frontmatter/create-youtube-header-image.js",
"title": "Generate social image for Youtube"
}
Expand Down

0 comments on commit edb1b68

Please sign in to comment.