Skip to content

Commit

Permalink
Deprecated Node 16, added Node 21. (#6051)
Browse files Browse the repository at this point in the history
* Deprecated Node 16, added Node 21.

* Added Node 21 to frontend.
  • Loading branch information
SamTV12345 authored Nov 29, 2023
1 parent d6f54f3 commit 3f45287
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20, 21]
steps:
-
name: Checkout repository
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20, 21]
steps:
-
name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-admin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [19, 20]
node: [19, 20, 21]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-from-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20, 21]
steps:
-
name: Check out latest release
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"typescript": "^5.3.2"
},
"engines": {
"node": ">=16.20.1",
"node": ">=18.18.2",
"npm": ">=6.14.0"
},
"repository": {
Expand Down

0 comments on commit 3f45287

Please sign in to comment.