Skip to content

Commit

Permalink
chore: upgrade minimum node version to 20
Browse files Browse the repository at this point in the history
also update the E2E test workflows
  • Loading branch information
maksadbek committed Dec 4, 2024
1 parent 174fe33 commit e763d28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
matrix:
include:
- os: ubuntu-latest
container: ubuntu:18.04
container: ubuntu:20.04
executable: bright-cli-linux-x64
node: 16
node: 20
- os: ubuntu-latest
container: ubuntu:16.04
container: ubuntu:22.04
executable: bright-cli-linux-x64
node: 16
node: 20
- os: ubuntu-latest
container: fedora:24
executable: bright-cli-linux-x64
node: 16
node: 20
- os: ubuntu-latest
container: fedora:latest
executable: bright-cli-linux-x64
Expand Down Expand Up @@ -234,17 +234,17 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [16, 18, 20]
node: [20, 22]
include:
- os: ubuntu-latest
container: ubuntu:16.04
node: 16
container: ubuntu:20.04
node: 20
- os: ubuntu-latest
container: fedora:24
node: 16
node: 20
- os: ubuntu-latest
container: fedora:latest
node: 18
node: 20
- os: ubuntu-latest
container: fedora:latest
node: 20
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"engines": {
"node": ">=16 <=20"
"node": ">=20 <=22"
},
"dependencies": {
"@neuralegion/os-service": "^1.2.6",
Expand Down

0 comments on commit e763d28

Please sign in to comment.