Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41afe003cb |
+5
-5
@@ -13,22 +13,22 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:26
|
image: node:25
|
||||||
commands:
|
commands:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:26
|
image: node:25
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:26
|
image: node:25
|
||||||
commands:
|
commands:
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
- name: unit-tests
|
- name: unit-tests
|
||||||
image: node:26
|
image: node:25
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: --no-webstorage
|
NODE_OPTIONS: --no-webstorage
|
||||||
commands:
|
commands:
|
||||||
@@ -67,7 +67,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish-npm
|
- name: publish-npm
|
||||||
image: node:26
|
image: node:25
|
||||||
environment:
|
environment:
|
||||||
NEXUS_NPM_TOKEN:
|
NEXUS_NPM_TOKEN:
|
||||||
from_secret: nexus_npm_token
|
from_secret: nexus_npm_token
|
||||||
|
|||||||
@@ -2105,9 +2105,7 @@
|
|||||||
integrity sha512-BXCEfBGVBRYBTYeBeH/PJsy0Bq5MERe/HiaylR+ah/XrvIr2Z9bkne1J8yYiXCjiyq5HQa7Bj11roz0+vyUaEw==
|
integrity sha512-BXCEfBGVBRYBTYeBeH/PJsy0Bq5MERe/HiaylR+ah/XrvIr2Z9bkne1J8yYiXCjiyq5HQa7Bj11roz0+vyUaEw==
|
||||||
|
|
||||||
"@storybook/react-vite@^10.2.10":
|
"@storybook/react-vite@^10.2.10":
|
||||||
version "10.2.17"
|
version "10.4.0"
|
||||||
resolved "https://nexus.beatrice.wtf/repository/npm-group/@storybook/react-vite/-/react-vite-10.2.17.tgz#54aa766c4254f8b1c7958ccc343033db08b88867"
|
|
||||||
integrity sha512-E/1hNmxVsjy9l3TuaNufSqkdz8saTJUGEs8GRCjKlF7be2wljIwewUxjAT3efk+bxOCw76ZmqGHk6MnRa3y7Gw==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
"@joshwooding/vite-plugin-react-docgen-typescript" "^0.6.4"
|
"@joshwooding/vite-plugin-react-docgen-typescript" "^0.6.4"
|
||||||
"@rollup/pluginutils" "^5.0.2"
|
"@rollup/pluginutils" "^5.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user