mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(project): upgrade to nodejs 16.13.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9ebf9cb685
commit
cc1d8f8611
2
.github/workflows/node-maintenance.yml
vendored
2
.github/workflows/node-maintenance.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
|
||||
- name: Regenerate package-lock.json
|
||||
run: make -C ui npm-upgrade
|
||||
|
||||
2
.github/workflows/node-npm-audit.yml
vendored
2
.github/workflows/node-npm-audit.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
|
||||
- name: Regenerate package-lock.json
|
||||
run: cd ui && npm audit fix
|
||||
|
||||
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -130,7 +130,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -329,7 +329,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -363,7 +363,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -402,7 +402,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -523,7 +523,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.18.1
|
||||
node-version: 16.13.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/e2e/package-lock.json'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user