Skip to content

Commit 27205f5

Browse files
committed
💚 build: fix semantic release
1 parent 4634827 commit 27205f5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '21.2.0'
19+
node-version: '22.13.1'
2020

2121
- name: Install dependencies
2222
run: yarn install --frozen-lockfile

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ component-info.json
1313
# privacy
1414
.env
1515
.npmrc
16+
.npm
1617

1718
# logs
1819
npm-debug.log*

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@
115115
]
116116
},
117117
"publishConfig": {
118-
"access": "public"
118+
"access": "public",
119+
"cache": "~/.npm",
120+
"registry": "https://npm.pkg.github.com"
119121
},
120122
"engines": {
121123
"node": ">=20.5.0"

0 commit comments

Comments
 (0)