Skip to content

Commit

Permalink
chore!: Dropped support for Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 4, 2022
1 parent 434e451 commit 47ae150
Show file tree
Hide file tree
Showing 3 changed files with 33,126 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
12.22.7
v16.v16.v16

Loading

0 comments on commit 47ae150

Please sign in to comment.