@nerd-bible/valio 0.0.4 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,15 +12,8 @@ jobs:
|
|
|
12
12
|
steps:
|
|
13
13
|
- uses: actions/checkout@v4
|
|
14
14
|
- uses: oven-sh/setup-bun@v2
|
|
15
|
-
- run: bun
|
|
15
|
+
- run: bun ci
|
|
16
16
|
- run: bun run build
|
|
17
17
|
- run: bun test
|
|
18
18
|
- run: bun run fmt
|
|
19
|
-
-
|
|
20
|
-
with:
|
|
21
|
-
node-version: '20'
|
|
22
|
-
registry-url: 'https://registry.npmjs.org'
|
|
23
|
-
# Ensure npm 11.5.1 or later is installed
|
|
24
|
-
- name: Update npm
|
|
25
|
-
run: npm install -g npm@latest
|
|
26
|
-
- run: npm publish
|
|
19
|
+
- run: bunx npm@latest publish
|