mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
fix(ci): fix node version action
This commit is contained in:
committed by
Łukasz Mierzwa
parent
91454c5419
commit
f9edf74128
2
.github/workflows/node-version.yml
vendored
2
.github/workflows/node-version.yml
vendored
@@ -22,7 +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 ui/*/package.json
|
||||
sed -i -E s/'([\ \t]+)"node": .+'/'\1"node": "${{ env.NODE_VERSION }}"'/g ui/package.json
|
||||
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
Reference in New Issue
Block a user