mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 20:38:43 +08:00
Delete .github/workflows/js_tranform.yml (#1570)
This commit is contained in:
parent
db1bef6e76
commit
6505fdcfec
37
.github/workflows/js_tranform.yml
vendored
37
.github/workflows/js_tranform.yml
vendored
|
@ -1,37 +0,0 @@
|
||||||
name: Node.js CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: '18' # Use Node.js version >= 18
|
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: npm ci
|
|
||||||
|
|
||||||
- name: Run npm audit fix (optional, to fix vulnerabilities)
|
|
||||||
run: npm audit fix || echo "Some issues require manual fixing."
|
|
||||||
|
|
||||||
- name: Lint and build
|
|
||||||
run: |
|
|
||||||
npm run lint # Ensure this script exists in your package.json
|
|
||||||
npm run build # Ensure this script exists in your package.json
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: npm test
|
|
Loading…
Reference in New Issue
Block a user