Compare commits
4 Commits
db3cbf16e6
...
1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
5999235e41
|
|||
|
b341945a1a
|
|||
|
f677b995e2
|
|||
|
2c58f14b8c
|
@@ -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
|
||||
@@ -29,6 +29,6 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Publish to npm
|
||||
run: pnpm publish --no-git-checks
|
||||
run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user