We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4634827 commit 27205f5Copy full SHA for 27205f5
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup node
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '21.2.0'
+ node-version: '22.13.1'
20
21
- name: Install dependencies
22
run: yarn install --frozen-lockfile
.gitignore
@@ -13,6 +13,7 @@ component-info.json
13
# privacy
14
.env
15
.npmrc
+.npm
# logs
npm-debug.log*
package.json
@@ -115,7 +115,9 @@
115
]
116
},
117
"publishConfig": {
118
- "access": "public"
+ "access": "public",
119
+ "cache": "~/.npm",
120
+ "registry": "https://npm.pkg.github.com"
121
122
"engines": {
123
"node": ">=20.5.0"
0 commit comments