Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7d150dee2 |
+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
|
||||||
|
|||||||
@@ -1177,9 +1177,9 @@ eslint-plugin-react-hooks@^7.1.0-canary-ab18f33d-20260220:
|
|||||||
zod-validation-error "^3.5.0 || ^4.0.0"
|
zod-validation-error "^3.5.0 || ^4.0.0"
|
||||||
|
|
||||||
eslint-plugin-react-refresh@^0.5.1:
|
eslint-plugin-react-refresh@^0.5.1:
|
||||||
version "0.5.4"
|
version "0.5.2"
|
||||||
resolved "https://nexus.beatrice.wtf/repository/npm-group/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.4.tgz#a02f54ddb00add05b08435d284a18b6eeeb1fcbf"
|
resolved "https://nexus.beatrice.wtf/repository/npm-group/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz#39e11021be10e1cd9adab2bdeabc65b17222409f"
|
||||||
integrity sha512-7bqTKz7T0r+HKWFarNXByDE9/5+73wI2ru+M3zuqGbR7s/b/5/pQJXZoufWlrngqGqoZto73ZkGumCdLxk+4rw==
|
integrity sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==
|
||||||
|
|
||||||
eslint-scope@^9.1.2:
|
eslint-scope@^9.1.2:
|
||||||
version "9.1.2"
|
version "9.1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user