feat: set up actions (#1)
Node.js CI / Lint and Test (push) Successful in 28s

Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-01-23 02:14:50 -08:00
committed by Naomi Carrigan
parent c05a33e8d2
commit 6c65be27ba
4 changed files with 41 additions and 5 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"build": "tsc",
"lint": "eslint src test --max-warnings 0 && prettier src test --check",
"start": "node -r dotenv/config prod/index.js",
"test": "ts-mocha -u tdd test/**/*.spec.ts --recursive --exit --timeout 10000"
"test": "ts-mocha -u tdd test/**/*.spec.ts --recursive --exit --timeout 10000"
},
"repository": {
"type": "git",
@@ -15,7 +15,7 @@
},
"engines": {
"node": "22",
"pnpm": "9"
"pnpm": "10"
},
"keywords": [
"template",