update to node16 + ignore scripts (#5117)

* update to node16 + ignore scripts

* latest
This commit is contained in:
Lars Hvam 2021-11-09 16:28:56 +01:00 committed by GitHub
parent 53951dc2ad
commit 590e7eb175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

1
.npmrc Normal file
View File

@ -0,0 +1 @@
ignore-scripts=true

View File

@ -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"
}
}