diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dbc38a8..7187fa3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,8 +9,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "22" - - run: npm install + node-version: "21" + - run: npm install -f - run: npm run build - uses: JS-DevTools/npm-publish@v3 with: diff --git a/package.json b/package.json index ae166a4..1ecd8a6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "" + "url": "https://github.com/pipobscure/sea" }, "engines": { "node": "^22.0.0-nightly || >=22.0.0" @@ -38,6 +38,7 @@ }, "dependencies": { "glob": "^10.3.10", + "minimatch": "^9.0.3", "postject": "^1.0.0-alpha.6", "terser": "^5.26.0" }