We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384481b commit 1341a73Copy full SHA for 1341a73
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
# Устанавливаем Node.JS для сборки приложения
27
- uses: actions/setup-node@v1
28
with:
29
- node-version: 18
+ node-version: 22
30
31
- name: Install yarn
32
id: yarn-setup
package.json
@@ -194,7 +194,7 @@
194
"@consta/charts": "^1.0.0",
195
"@consta/header": "^3.0.0",
196
"@consta/icons": "^1.1.0",
197
- "@consta/stand": "^0.0.147",
+ "@consta/stand": "^0.0.148",
198
"@consta/uikit": "^5.0.0",
199
"@consta/widgets-utils": "^0.2.15",
200
"@evless/react-textfit": "1.1.1",
0 commit comments