mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
chore(actions): use latest Node version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
999148cb2c
commit
fd886bf95a
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