mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
update to node16 + ignore scripts (#5117)
* update to node16 + ignore scripts * latest
This commit is contained in:
parent
53951dc2ad
commit
590e7eb175
4
.github/workflows/ajson_mirror.yaml
vendored
4
.github/workflows/ajson_mirror.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
pr_ajson_changes:
|
||||
# Origin repo only
|
||||
if: github.repository == 'abapGit/abapGit'
|
||||
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
- name: run
|
||||
run: |
|
||||
git clone https://github.com/abapGit/ajson_mirror.git
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
- name: Run npm steps
|
||||
run: |
|
||||
npm install
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: npm run unit
|
||||
run: |
|
||||
npm install
|
||||
|
@ -37,6 +39,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: npm run integration
|
||||
run: |
|
||||
npm install
|
||||
|
|
|
@ -25,11 +25,11 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.79.35",
|
||||
"@abaplint/runtime": "^1.6.62",
|
||||
"@abaplint/transpiler-cli": "^1.6.62",
|
||||
"@abaplint/cli": "^2.80.8",
|
||||
"@abaplint/runtime": "^1.6.63",
|
||||
"@abaplint/transpiler-cli": "^1.6.63",
|
||||
"abapmerge": "^0.14.3",
|
||||
"c8": "^7.10.0",
|
||||
"eslint": "^8.1.0"
|
||||
"eslint": "^8.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user