diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc35823f..96ace06b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: pull_request: env: - NODE_VERSION: "20.x" + NODE_VERSION: "18.x" jobs: build: diff --git a/package.json b/package.json index 5550024b..d95824d9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "YouTube Music", "version": "1.20.1", "description": "YouTube Music Desktop App - including custom plugins", - "main": "dist/index.js", + "main": "./dist/index.js", "license": "MIT", "repository": "th-ch/youtube-music", "author": {