@juhuu/sdk-ts 1.3.67 → 1.3.68
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.
- package/.github/workflows/publish.yml +4 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -17,11 +17,12 @@ jobs:
|
|
|
17
17
|
|
|
18
18
|
- uses: actions/setup-node@v4
|
|
19
19
|
with:
|
|
20
|
-
node-version: '
|
|
20
|
+
node-version: '24'
|
|
21
21
|
registry-url: 'https://registry.npmjs.org'
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
# Node 24 bundles npm 11.x already, no need to update
|
|
24
|
+
- name: Check npm version
|
|
25
|
+
run: npm -v
|
|
25
26
|
|
|
26
27
|
- run: npm ci
|
|
27
28
|
- run: npm run build
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED