Bump node version to 14.17.0 on CI pipelines (#481)

This commit is contained in:
Vadim Stepanov 2022-09-05 12:29:55 +01:00 committed by GitHub
parent 920a863262
commit 8f43cf238a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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)

View file

@ -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: |