Skip to content

Commit 16e2039

Browse files
committed
💚 build: fix semantic release
1 parent 2f76c01 commit 16e2039

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/npm.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,7 +13,6 @@ component-info.json
1313
# privacy
1414
.env
1515
.npmrc
16-
.npm
1716

1817
# logs
1918
npm-debug.log*

package.json

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

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -6311,9 +6311,9 @@ caniuse-api@^3.0.0:
63116311
lodash.uniq "^4.5.0"
63126312

63136313
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001366:
6314-
version "1.0.30001642"
6315-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz"
6316-
integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==
6314+
version "1.0.30001697"
6315+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001697.tgz"
6316+
integrity sha512-GwNPlWJin8E+d7Gxq96jxM6w0w+VFeyyXRsjU58emtkYqnbwHqXm5uT2uCmO0RQE9htWknOP4xtBlLmM/gWxvQ==
63176317

63186318
capture-exit@^2.0.0:
63196319
version "2.0.0"
@@ -16597,7 +16597,12 @@ stylelint@^14.0.1:
1659716597
v8-compile-cache "^2.3.0"
1659816598
write-file-atomic "^3.0.3"
1659916599

16600-
[email protected], stylis@^4.0.10, stylis@^4.0.3:
16600+
16601+
version "4.2.0"
16602+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
16603+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
16604+
16605+
stylis@^4.0.3:
1660116606
version "4.0.10"
1660216607
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
1660316608
integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==

0 commit comments

Comments
 (0)