Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Fix dependency problems (#371)
Browse files Browse the repository at this point in the history
* Revert "fix(deps): update dependency @openedx/paragon to v21.7.0"

This reverts commit 339056f.

* Revert "chore(deps): update dependency @edx/frontend-build to v13.0.4"

This reverts commit 2d0ba67.

* Revert "chore(deps): update actions/setup-node action to v4 (#364)"

This reverts commit 0352d35.
  • Loading branch information
jesperhodge authored Nov 2, 2023
1 parent 339056f commit f38f9e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VER }}

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@edx/browserslist-config": "^1.2.0",
"@edx/frontend-build": "13.0.4",
"@edx/frontend-build": "13.0.3",
"@edx/reactifex": "^2.1.1",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/dom": "9.3.3",
Expand Down

0 comments on commit f38f9e7

Please sign in to comment.