Compare commits

..

2 Commits

Author SHA1 Message Date
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 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm
+1 -1
View File
@@ -1,6 +1,6 @@
{
"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.",
"author": {
"email": "opensource@onixbyte.com",