Skip to content

Commit 6332873

Browse files
author
Feanil Patel
authored
Merge pull request #1209 from openedx/feanil/update_to_node_18
feanil/update to node 18
2 parents 307c448 + a1f7151 commit 6332873

File tree

7 files changed

+10
-10185
lines changed

7 files changed

+10
-10185
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: ["ubuntu-20.04"]
1919
python-version: ["3.8", "3.11", "3.12"]
20-
node-version: ["16"]
20+
node-version: ["18", "20"]
2121
toxenv:
2222
[
2323
"django42-drflatest",

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup node
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install dependencies

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.8
15+
python-version: 3.12
1616

1717
- name: Install pip
1818
run: pip install -r requirements/pip.txt
@@ -24,4 +24,4 @@ jobs:
2424
uses: pypa/gh-action-pypi-publish@master
2525
with:
2626
user: __token__
27-
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
27+
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

edx_proctoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55
# Be sure to update the version number in edx_proctoring/package.json
6-
__version__ = '4.17.0'
6+
__version__ = '4.18.0'

0 commit comments

Comments
 (0)