mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(actions): use latest Node version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
0f9a627c34
commit
8a4fcb850d
2
.github/workflows/maintenance.yml
vendored
2
.github/workflows/maintenance.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Regenerate package-lock.json
|
||||
run: make -C ui npm-upgrade
|
||||
|
||||
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -269,7 +269,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -430,7 +430,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -477,7 +477,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -520,7 +520,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Cache Go modules and build cache
|
||||
uses: actions/cache@v2
|
||||
@@ -654,7 +654,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.15.2
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Install Heroku CLI
|
||||
run: curl -s --connect-timeout 30 --fail https://cli-assets.heroku.com/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user