Skip to content

Commit

Permalink
feat: updated frontend-build & frontend-platform major versions (#48)
Browse files Browse the repository at this point in the history
* feat: updated jest to v29

* refactor: updated/resolved failing test post upgrade

* feat: updated build and platform major versions, along with edx packages

* refactor: updated jest-dom package

* refactor: updated package-lock

* refactor: resolved waitFor timeout issue

* refactor: updated workflow to resolve ci codecov issue
  • Loading branch information
BilalQamar95 committed May 29, 2024
1 parent ce3677d commit 5a3d62a
Show file tree
Hide file tree
Showing 4 changed files with 11,050 additions and 13,887 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
- name: Install dependencies
Expand All @@ -34,7 +34,7 @@ jobs:
- name: i18n_extract
run: npm run i18n_extract
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand Down
Loading

0 comments on commit 5a3d62a

Please sign in to comment.