Compare commits
15
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88a79e4b38 | ||
|
|
ee3bdad9ad | ||
|
|
99e7ffa5a4 | ||
|
|
58358d3033 | ||
|
|
f16d58c2f7 | ||
|
|
299528b433 | ||
|
|
9c1c01491f | ||
|
|
a4271c0780 | ||
|
|
0c5a20b900 | ||
|
|
bd753ba519 | ||
|
|
c577b5919e | ||
|
|
f13a9a44d3 | ||
|
|
41b7672b14 | ||
|
|
a379f98705 | ||
|
|
ac01397d7b |
+5
-5
@@ -13,22 +13,22 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:25
|
image: node:26
|
||||||
commands:
|
commands:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:25
|
image: node:26
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:25
|
image: node:26
|
||||||
commands:
|
commands:
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
- name: unit-tests
|
- name: unit-tests
|
||||||
image: node:25
|
image: node:26
|
||||||
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:25
|
image: node:26
|
||||||
environment:
|
environment:
|
||||||
NEXUS_NPM_TOKEN:
|
NEXUS_NPM_TOKEN:
|
||||||
from_secret: nexus_npm_token
|
from_secret: nexus_npm_token
|
||||||
|
|||||||
+1
-1
@@ -84,7 +84,7 @@
|
|||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-router-dom": "^7.0.0",
|
"react-router-dom": "^7.0.0",
|
||||||
"storybook": "^10.2.10",
|
"storybook": "^10.2.10",
|
||||||
"tailwindcss": "^4.0.0",
|
"tailwindcss": "^3.4.16",
|
||||||
"typescript": "^5.6.2",
|
"typescript": "^5.6.2",
|
||||||
"typescript-eslint": "^8.56.0",
|
"typescript-eslint": "^8.56.0",
|
||||||
"vite": "^7.0.0",
|
"vite": "^7.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user