Merge pull request #153 from openedx/drop-12

chore!: Dropped support for Node12
This commit is contained in:
Jawayria
2022-05-09 13:10:38 +05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v2

2
.nvmrc
View File

@@ -1 +1 @@
12
16