mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(actions): use latest Node version (#3112)
This commit is contained in:
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.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Regenerate package-lock.json
|
||||
run: make -C ui npm-upgrade
|
||||
|
||||
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -194,7 +194,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -228,7 +228,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -387,7 +387,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Cache NPM modules
|
||||
id: cache-npm
|
||||
@@ -434,7 +434,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- 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.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- name: Cache Go modules and build cache
|
||||
uses: actions/cache@v2
|
||||
@@ -609,7 +609,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.16.1
|
||||
node-version: 14.17.0
|
||||
|
||||
- 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