Skip to content

Commit

Permalink
feat!: Drop Node 18 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Nov 22, 2024
1 parent 00d47ed commit 07ab37a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.11", "3.12"]
node-version: ["18", "20"]
node-version: ["20"]
toxenv:
[
"django42-drflatest",
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edx/edx-proctoring",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "4.18.4",
"version": "5.0.0",
"main": "edx_proctoring/static/index.js",
"scripts": {
"test": "gulp test"
Expand Down

0 comments on commit 07ab37a

Please sign in to comment.