fixed pnpm downloading
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 14s

This commit is contained in:
2026-05-25 13:57:14 +03:00
parent 523bc5ed16
commit 33b1492494
4 changed files with 4 additions and 35 deletions

View File

@@ -36,7 +36,9 @@ jobs:
# 4. Install dependencies with pnpm
- name: Install dependencies
run: pnpm install
run: |
pnpm config set approve-builds '["esbuild"]'
pnpm install --no-frozen-lockfile
# 5. Build the React/Vite application
# This assumes your vite.config.js/ts is configured to output to 'dist'

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.env
package-lock.json
pnpm-lock.yaml
# Logs
logs
*.log

View File

@@ -18,7 +18,6 @@
"dotenv": "17.4.2",
"immer": "11.1.4",
"keycloak-js": "26.2.3",
"miew-react": "0.11.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-helmet": "6.1.0",

33
pnpm-lock.yaml generated
View File

@@ -32,9 +32,6 @@ importers:
keycloak-js:
specifier: 26.2.3
version: 26.2.3
miew-react:
specifier: 0.11.0
version: 0.11.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
react:
specifier: 19.2.5
version: 19.2.5
@@ -1145,9 +1142,6 @@ packages:
lodash.merge@4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
lodash@4.18.1:
resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==}
loose-envify@1.4.0:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
@@ -1167,15 +1161,6 @@ packages:
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
miew-react@0.11.0:
resolution: {integrity: sha512-IdJYzrbkpotS4Hx0JYg7KyOcpwyTdGRS1hnc504Y//Xvdl24Ft6uahuf9mbCEI2PNVPDARLc+hqzMTbpDWD88A==}
peerDependencies:
react: ^18.2.0
react-dom: ^18.2.0
miew@0.11.1:
resolution: {integrity: sha512-CIhZfI9eB0P/covNrst45Y8Xd+MUncyxjNLkZULr+dcyS1ALxjtb+W2icbZEHEsn7zZJJ4ybIMIwQGnzS25IbQ==}
mime-db@1.52.0:
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
engines: {node: '>= 0.6'}
@@ -1410,9 +1395,6 @@ packages:
resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
engines: {node: '>=20'}
three@0.153.0:
resolution: {integrity: sha512-OCP2/uQR6GcDpSLnJt/3a4mdS0kNWcbfUXIwLoEMgLzEUIVIYsSDwskpmOii/AkDM+BBwrl6+CKgrjX9+E2aWg==}
tinyglobby@0.2.16:
resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
engines: {node: '>=12.0.0'}
@@ -2563,8 +2545,6 @@ snapshots:
lodash.merge@4.6.2: {}
lodash@4.18.1: {}
loose-envify@1.4.0:
dependencies:
js-tokens: 4.0.0
@@ -2582,17 +2562,6 @@ snapshots:
braces: 3.0.3
picomatch: 2.3.2
miew-react@0.11.0(react-dom@19.2.5(react@19.2.5))(react@19.2.5):
dependencies:
miew: 0.11.1
react: 19.2.5
react-dom: 19.2.5(react@19.2.5)
miew@0.11.1:
dependencies:
lodash: 4.18.1
three: 0.153.0
mime-db@1.52.0: {}
mime-types@2.1.35:
@@ -2812,8 +2781,6 @@ snapshots:
tagged-tag@1.0.0: {}
three@0.153.0: {}
tinyglobby@0.2.16:
dependencies:
fdir: 6.5.0(picomatch@4.0.4)