Skip to content

Commit

Permalink
[INTERNAL] Align engine with ui5 tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jul 31, 2024
1 parent 1d47b83 commit c20e893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

- uses: actions/checkout@v4.1.7

- name: Use Node.js LTS 16.18.0
- name: Use Node.js LTS 20.11.0
uses: actions/setup-node@v4.0.3
with:
node-version: 16.18.0
node-version: 20.11.0

- name: Install dependencies
run: npm ci
Expand All @@ -35,13 +35,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20]
node-version: [20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- node-version: 16
os: ubuntu-latest
- node-version: 18
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"main": "lib/index.js",
"engines": {
"node": "^16.18.0 || >=18.12.0",
"node": "^20.11.0 || >=22.0.0",
"npm": ">= 8"
},
"scripts": {
Expand Down

0 comments on commit c20e893

Please sign in to comment.