Skip to content

Commit

Permalink
fix: github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Aug 7, 2024
1 parent 33b7619 commit 6ea4412
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 170 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.20.4
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:process": "tsx watch test_process/index.js | pino-pretty --colorize",
"test-only": "vitest run --no-isolate",
"coverage": "vitest run --coverage",
"semantic-release": "npx -p node@v18-lts -c \"npx semantic-release --branches master\""
"semantic-release": "semantic-release --branches master"
},
"dependencies": {
"@sakitam-gis/affine": "^1.1.0",
Expand Down Expand Up @@ -71,6 +71,7 @@
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"semantic-release": "^22.0.12",
"tsx": "^4.16.5",
"tsup": "^8.2.4",
"typescript": "^5.3.5",
Expand Down
Loading

0 comments on commit 6ea4412

Please sign in to comment.