@8ms/helpers 2.2.15 → 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,30 +9,19 @@ jobs:
9
9
  contents: read
10
10
 
11
11
  steps:
12
- - uses: actions/checkout@v4.2.1
12
+ - uses: actions/checkout@v6.0.2
13
13
 
14
- - name: Enable Corepack
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: 'pnpm'
17
+ cache: 'yarn'
26
18
  registry-url: 'https://registry.npmjs.org'
27
19
 
28
20
  - name: Install dependencies
29
- run: pnpm install --frozen-lockfile
21
+ run: yarn install --frozen-lockfile
30
22
 
31
23
  - name: Build
32
- run: pnpm build
33
-
34
- - name: Generate exports field
35
- run: node scripts/generate-exports.js
24
+ run: yarn build
36
25
 
37
26
  - name: Publish to npm
38
27
  run: npm publish --access public
Binary file