@questwork/q-utilities 0.1.19 → 0.1.21

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.
@@ -15,7 +15,7 @@ jobs:
15
15
  - uses: actions/checkout@v4
16
16
  with:
17
17
  fetch-depth: 0 # Needed to get tag information
18
-
18
+
19
19
  - name: Install pnpm
20
20
  uses: pnpm/action-setup@v4
21
21
  with:
@@ -23,13 +23,13 @@ jobs:
23
23
 
24
24
  - uses: actions/setup-node@v4
25
25
  with:
26
- node-version: '20.x'
26
+ node-version: 20.x
27
27
  registry-url: https://registry.npmjs.org/
28
- cache: 'pnpm'
29
-
28
+ cache: pnpm
29
+
30
30
  - name: Install dependencies
31
31
  run: pnpm install
32
-
32
+
33
33
  - name: Build
34
34
  run: |
35
35
  BUILD_COMMAND=$(node -p "(require('./package.json').scripts || {}).build")
@@ -38,7 +38,7 @@ jobs:
38
38
  else
39
39
  pnpm run build
40
40
  fi
41
-
41
+
42
42
  - name: Publish to npm
43
43
  # if: steps.version-check.outputs.should_publish == 'true'
44
44
  run: pnpm publish --no-git-checks --access public