Skip to content

Commit 91a5cbf

Browse files
committed
update ci and package-lock.json
1 parent 1442929 commit 91a5cbf

File tree

4 files changed

+223
-11
lines changed

4 files changed

+223
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ jobs:
2626
- uses: actions/setup-node@v6
2727
with:
2828
node-version: 24
29-
registry-url: 'https://registry.npmjs.org'
30-
- run: npm install -g npm@11
3129
- run: npm ci
32-
- run: npm run build
3330
- run: npm publish

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v6
1919
with:
2020
node-version: 24
21-
- run: npm install -g npm@11
2221
- run: npm ci
2322
- run: npm run ci:fmt
2423
- run: npm run ci:lint

package-lock.json

Lines changed: 216 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "pi-sandbox",
3-
"version": "0.1.0",
3+
"version": "0.1.5",
44
"description": "OS-level sandboxing for pi with interactive permission prompts",
5-
"keywords": ["pi-package"],
5+
"keywords": [
6+
"pi-package"
7+
],
68
"type": "module",
79
"pi": {
8-
"extensions": ["./index.ts"]
10+
"extensions": [
11+
"./index.ts"
12+
]
913
},
1014
"scripts": {
1115
"fmt": "oxfmt index.ts",

0 commit comments

Comments
 (0)