chore(ci): update node version in engines section (#2725)

This commit is contained in:
Łukasz Mierzwa
2021-02-05 10:55:55 +00:00
committed by GitHub
parent e13bf223c6
commit 67337e5bd1
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ jobs:
- name: Synchronise Node version in actions
run: |
sed -i -E s/'([\ \t]+)node-version: .+'/'\1node-version: ${{ env.NODE_VERSION }}'/g .github/workflows/*
sed -i -E s/'([\ \t]+)"node": .+'/'\1"node": "${{ env.NODE_VERSION }}"'/g ui/package.json
- name: Create Pull Request
id: cpr