@8ms/helpers 2.2.16 → 2.2.18
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.
|
@@ -9,27 +9,19 @@ jobs:
|
|
|
9
9
|
contents: read
|
|
10
10
|
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v6.0.2
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
run: corepack enable
|
|
16
|
-
|
|
17
|
-
- name: Install pnpm
|
|
18
|
-
uses: pnpm/action-setup@v4
|
|
19
|
-
with:
|
|
20
|
-
run_install: false
|
|
21
|
-
|
|
22
|
-
- uses: actions/setup-node@v4.0.4
|
|
14
|
+
- uses: actions/setup-node@v6.2.0
|
|
23
15
|
with:
|
|
24
16
|
node-version: 24
|
|
25
|
-
cache: '
|
|
17
|
+
cache: 'yarn'
|
|
26
18
|
registry-url: 'https://registry.npmjs.org'
|
|
27
19
|
|
|
28
20
|
- name: Install dependencies
|
|
29
|
-
run:
|
|
21
|
+
run: yarn install --frozen-lockfile
|
|
30
22
|
|
|
31
23
|
- name: Build
|
|
32
|
-
run:
|
|
24
|
+
run: yarn build
|
|
33
25
|
|
|
34
26
|
- name: Publish to npm
|
|
35
27
|
run: npm publish --access public
|
|
Binary file
|