Skip to content

Commit

Permalink
Updated node version in npm automation and updated package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvn committed Oct 28, 2024
1 parent 48cf9fa commit 8f038de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Step 2: Set up Node.js and npm registry
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
registry-url: 'https://registry.npmjs.org/'

# Step 3: Install dependencies
Expand Down
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"name": "edge-tts-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Client-side (web browser) implementation of Edge TTS package — Microsoft Edge Read Aloud API called to generate free text-to-speech",
"keywords": [
"text-to-speech",
"tts",
"edge-tts"
],
"license": "MIT",
"author": "Travis <[email protected]>",
"homepage": "https://github.com/travisvn/edge-tts-client#readme",
"repository": {
"type": "git",
"url": "https://github.com/travisvn/edge-tts-client.git"
},
"bugs": {
"url": "https://github.com/travisvn/edge-tts-client/issues"
},
"main": "./dist/index",
"module": "./dist/index",
"scripts": {
Expand All @@ -10,8 +25,6 @@
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"author": "Travis",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.8.1",
"@vitest/coverage-v8": "^2.1.3",
Expand Down

0 comments on commit 8f038de

Please sign in to comment.