Browse Source

node version

pull/2051/head
Kat 3 years ago
parent
commit
bfbc0a93b7
  1. 6
      .github/workflows/paas_only_production_pipeline.yml
  2. 6
      .github/workflows/paas_only_staging_pipeline.yml
  3. 6
      .github/workflows/production_pipeline.yml
  4. 6
      .github/workflows/staging_pipeline.yml
  5. 2
      .nvmrc
  6. 2
      package.json

6
.github/workflows/paas_only_production_pipeline.yml

@ -53,7 +53,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -111,7 +111,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -142,7 +142,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install packages and symlink local dependencies
run: |

6
.github/workflows/paas_only_staging_pipeline.yml

@ -53,7 +53,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -111,7 +111,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -142,7 +142,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install packages and symlink local dependencies
run: |

6
.github/workflows/production_pipeline.yml

@ -70,7 +70,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -129,7 +129,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -171,7 +171,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install packages and symlink local dependencies
run: |

6
.github/workflows/staging_pipeline.yml

@ -60,7 +60,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -118,7 +118,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Create database
run: |
@ -149,7 +149,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version: 20
- name: Install packages and symlink local dependencies
run: |

2
.nvmrc

@ -1 +1 @@
18
20

2
package.json

@ -2,7 +2,7 @@
"name": "data-collector",
"private": true,
"engines": {
"node": "^18.0.0"
"node": "^20.0.0"
},
"dependencies": {
"@babel/core": "^7.17.7",

Loading…
Cancel
Save