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
|
||||||
|
|||||||
@@ -1922,7 +1922,9 @@ type-check@^0.4.0, type-check@~0.4.0:
|
|||||||
prelude-ls "^1.2.1"
|
prelude-ls "^1.2.1"
|
||||||
|
|
||||||
typescript-eslint@^8.56.0:
|
typescript-eslint@^8.56.0:
|
||||||
version "8.66.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==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/eslint-plugin" "8.57.0"
|
"@typescript-eslint/eslint-plugin" "8.57.0"
|
||||||
"@typescript-eslint/parser" "8.57.0"
|
"@typescript-eslint/parser" "8.57.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user