DOP-3772 npm and node versions

This commit is contained in:
Anabella Buckvar 2023-10-12 11:51:37 -04:00
parent c3981892b3
commit 6545920d6b
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -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}

View File

@ -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}

View File

@ -11,7 +11,7 @@
],
"engines": {
"node": ">=6.9",
"npm": ">=3.0.0"
"npm": ">=8.0.0"
},
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",