Bump node version to 14.17.0 on CI pipelines (#481)
This commit is contained in:
parent
920a863262
commit
8f43cf238a
3 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ name: Build and Release
|
|||
|
||||
steps:
|
||||
- name: Build Plugin
|
||||
image: node:14.6.0-stretch
|
||||
image: node:14.17.0-stretch
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get --assume-yes install jq
|
||||
|
|
@ -16,7 +16,7 @@ steps:
|
|||
- ls ./
|
||||
|
||||
- name: Sign and Package Plugin
|
||||
image: node:14.6.0-stretch
|
||||
image: node:14.17.0-stretch
|
||||
environment:
|
||||
GRAFANA_API_KEY:
|
||||
from_secret: gcom_plugin_publisher_api_key
|
||||
|
|
@ -162,7 +162,7 @@ name: OSS plugin release
|
|||
|
||||
steps:
|
||||
- name: build plugin
|
||||
image: node:14.6.0-stretch
|
||||
image: node:14.17.0-stretch
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get --assume-yes install jq
|
||||
|
|
@ -173,7 +173,7 @@ steps:
|
|||
- ls ./
|
||||
|
||||
- name: sign and package plugin
|
||||
image: node:14.6.0-stretch
|
||||
image: node:14.17.0-stretch
|
||||
environment:
|
||||
GRAFANA_API_KEY:
|
||||
from_secret: gcom_plugin_publisher_api_key
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 14.17.0
|
||||
- name: Build
|
||||
run: |
|
||||
pip install $(grep "pre-commit" engine/requirements.txt)
|
||||
|
|
|
|||
2
.github/workflows/synk.yml
vendored
2
.github/workflows/synk.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
python-version: '3.9'
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 14.17.0
|
||||
- uses: snyk/actions/setup@master
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue