Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0eeffff3f0 |
+5
-5
@@ -13,22 +13,22 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node:26
|
||||
image: node:25
|
||||
commands:
|
||||
- yarn install --frozen-lockfile
|
||||
|
||||
- name: lint
|
||||
image: node:26
|
||||
image: node:25
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
- name: build
|
||||
image: node:26
|
||||
image: node:25
|
||||
commands:
|
||||
- yarn build
|
||||
|
||||
- name: unit-tests
|
||||
image: node:26
|
||||
image: node:25
|
||||
environment:
|
||||
NODE_OPTIONS: --no-webstorage
|
||||
commands:
|
||||
@@ -67,7 +67,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: publish-npm
|
||||
image: node:26
|
||||
image: node:25
|
||||
environment:
|
||||
NEXUS_NPM_TOKEN:
|
||||
from_secret: nexus_npm_token
|
||||
|
||||
@@ -5203,9 +5203,7 @@ type@^2.7.2:
|
||||
integrity sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==
|
||||
|
||||
typescript-eslint@^8.56.0:
|
||||
version "8.57.0"
|
||||
resolved "https://nexus.beatrice.wtf/repository/npm-group/typescript-eslint/-/typescript-eslint-8.57.0.tgz#82764795d316ed1c72a489727c43c3a87373f100"
|
||||
integrity sha512-W8GcigEMEeB07xEZol8oJ26rigm3+bfPHxHvwbYUlu1fUDsGuQ7Hiskx5xGW/xM4USc9Ephe3jtv7ZYPQntHeA==
|
||||
version "8.63.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin" "8.57.0"
|
||||
"@typescript-eslint/parser" "8.57.0"
|
||||
|
||||
Reference in New Issue
Block a user