mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-04 04:10:19 +03:00
DOP-3772 npm and node versions
This commit is contained in:
parent
c3981892b3
commit
6545920d6b
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
- run: npm ci && npm ci --prefix cli
|
||||
- run: npm run bundle
|
||||
- run: npm run e2e
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
- name: Install dependencies
|
||||
run: npm ci && npm ci --prefix cli
|
||||
- name: Create bundles
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
- name: Install dependencies
|
||||
run: npm ci && npm ci --prefix cli
|
||||
- name: Create bundles
|
||||
|
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
- run: npm ci && npm ci --prefix cli
|
||||
- run: npm run bundle
|
||||
- run: npm test
|
||||
|
|
2
.npmrc
2
.npmrc
|
@ -1,5 +1,5 @@
|
|||
registry=https://artifactory.corp.mongodb.com/artifactory/api/npm/npm/
|
||||
_auth=${NPM_BASE_64_AUTH}
|
||||
_email=${NPM_EMAIL}
|
||||
_always-auth=true
|
||||
git-tag-version=false
|
||||
//artifactory.corp.mongodb.com/artifactory/api/npm/npm/:_auth=${NPM_BASE_64_AUTH}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
registry=https://artifactory.corp.mongodb.com/artifactory/api/npm/npm/
|
||||
_auth=${NPM_BASE_64_AUTH}
|
||||
_email=${NPM_EMAIL}
|
||||
_always-auth=true
|
||||
git-tag-version=false
|
||||
//artifactory.corp.mongodb.com/artifactory/api/npm/npm/:_auth=${NPM_BASE_64_AUTH}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"engines": {
|
||||
"node": ">=6.9",
|
||||
"npm": ">=3.0.0"
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue
Block a user