mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 16:36:11 +08:00
Update js_tranform.yml (#1568)
This commit is contained in:
parent
b451bc74f9
commit
545a3cca8e
11
.github/workflows/js_tranform.yml
vendored
11
.github/workflows/js_tranform.yml
vendored
|
@ -13,6 +13,17 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set Up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
cd app
|
||||
npm install
|
||||
npm install --global abaplint
|
||||
|
||||
- name: Run JS Transformation
|
||||
run: |
|
||||
cd app
|
||||
|
|
Loading…
Reference in New Issue
Block a user