mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(actions): use latest Node version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
999148cb2c
commit
fd886bf95a
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@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
|
||||
- name: Regenerate package-lock.json
|
||||
run: make -C ui npm-upgrade
|
||||
|
||||
2
.github/workflows/node-version.yml
vendored
2
.github/workflows/node-version.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
|
||||
- name: Regenerate ui package-lock.json
|
||||
run: cd ui && npm i
|
||||
|
||||
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -120,7 +120,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -155,7 +155,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -188,7 +188,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -343,7 +343,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -377,7 +377,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
@@ -416,7 +416,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.1.0
|
||||
node-version: 19.2.0
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'ui/package-lock.json'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user