Compare commits

..

4 Commits

Author SHA1 Message Date
siujamo 5999235e41 fix: switch to npm publish to avoid pnpm OIDC auth issues
Publish to npm / publish (push) Successful in 27s
2026-06-08 09:46:29 +08:00
siujamo b341945a1a fix: configure pnpm auth explicitly to avoid OIDC failure on Gitea
Publish to npm / publish (push) Failing after 26s
2026-06-08 09:41:38 +08:00
siujamo f677b995e2 chore: bump version to 1.0.2
Publish to npm / publish (push) Failing after 29s
2026-06-08 09:37:58 +08:00
siujamo 2c58f14b8c chore: bump Node.js version to 24 in CI workflow 2026-06-08 09:36:01 +08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "24"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- name: Setup pnpm - name: Setup pnpm
@@ -29,6 +29,6 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Publish to npm - name: Publish to npm
run: pnpm publish --no-git-checks run: npm publish
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "vite-plugin-port-checker", "name": "vite-plugin-port-checker",
"version": "1.0.1", "version": "1.0.2",
"description": "A Vite plugin that warns if the dev server is running on a browser-restricted port.", "description": "A Vite plugin that warns if the dev server is running on a browser-restricted port.",
"author": { "author": {
"email": "opensource@onixbyte.com", "email": "opensource@onixbyte.com",