@cbnventures/nova 0.15.1 → 0.15.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbnventures/nova",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
5
5
  "keywords": [
6
6
  "eslint",
@@ -42,16 +42,6 @@ jobs:
42
42
  with:
43
43
  node-version-file: "${{ env.ROOT_DIR }}/package.json"
44
44
  package-manager-cache: false
45
- registry-url: "https://npm.pkg.github.com"
46
- scope: "@${{ github.repository_owner }}"
47
-
48
- - name: "Remove deprecated .npmrc entries"
49
- run: |
50
- npmrc="${NPM_CONFIG_USERCONFIG:-$HOME/.npmrc}"
51
-
52
- if [ -f "$npmrc" ]; then
53
- sed -i '/^always-auth=/d' "$npmrc"
54
- fi
55
45
 
56
46
  - name: "Install packages"
57
47
  run: |
@@ -64,6 +54,22 @@ jobs:
64
54
  npm run build
65
55
  working-directory: "${{ env.ROOT_DIR }}"
66
56
 
57
+ - name: "Configure registry for GitHub Packages"
58
+ uses: "actions/setup-node@v6"
59
+ with:
60
+ node-version-file: "${{ env.ROOT_DIR }}/package.json"
61
+ package-manager-cache: false
62
+ registry-url: "https://npm.pkg.github.com"
63
+ scope: "@${{ github.repository_owner }}"
64
+
65
+ - name: "Remove deprecated .npmrc entries"
66
+ run: |
67
+ npmrc="${NPM_CONFIG_USERCONFIG:-$HOME/.npmrc}"
68
+
69
+ if [ -f "$npmrc" ]; then
70
+ sed -i '/^always-auth=/d' "$npmrc"
71
+ fi
72
+
67
73
  - name: "Change to scoped package name"
68
74
  run: |
69
75
  REPOSITORY_OWNER="@$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbnventures/nova",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "Scripts, templates, and project configuration for the common JavaScript and TypeScript developer",
5
5
  "keywords": [
6
6
  "eslint",