Skip to content

Commit

Permalink
ci(tests): debug permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Nov 20, 2023
1 parent 00990d3 commit eec9bb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.x
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,8 @@ You can modify the script below to include any extra variables you like or use n
| <code>readme_after</code> | The content of the readme file after the changes were made |
<!-- end outputs -->
**NOTE**: [volta.sh](https://volta.sh/) is a great tool for managing node versions, and is configured in this directory. If you have volta installed, you can run `volta install` to install the correct version of node for this project.

<!-- start [.github/ghadocs/examples/] -->
<!-- end [.github/ghadocs/examples/] -->
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"postinstall": "echo '✨ Successfully Installed'",
"prelint": "npm run format && tsc --project tsconfig.json --noemit",
"lint": "npm run lint:eslint && npm run lint:markdown",
"lint:fix": "npm run lint:eslint:fix && npm run lint:markdown:fix",
"lint:fix": "npm run lint:eslint:fix && npm run lint:markdown:fix",
"lint:eslint": "eslint -c .eslintrc.cjs --color ./src/ ./__tests__/",
"lint:eslint:fix": "npm run eslint -- --fix",
"markdownlint": "markdownlint",
Expand Down Expand Up @@ -218,5 +218,8 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"volta": {
"node": "20.9.0"
}
}

0 comments on commit eec9bb6

Please sign in to comment.