Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris committed Jan 16, 2024
1 parent e87d079 commit 41a2300
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 98 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16

- name: Checkout
uses: actions/checkout@v2
Expand All @@ -166,8 +166,6 @@ jobs:
REACT_APP_FROALA_API_KEY: ${{ secrets.FROALA_API_KEY }}
run: |
npm set "//registry.npmjs.org/:_authToken" ${{ secrets.NPM_TOKEN }}
unset NODE_OPTIONS
export NODE_OPTIONS=--openssl-legacy-provider # Should be removed once we update our dependencies to be all compatible with node 18 and above.
yarn
yarn nx build ${{ matrix.editor }}
yarn nx build ${{ matrix.framework }}-${{ matrix.editor }}
Expand Down
16 changes: 8 additions & 8 deletions demos/html/ckeditor5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"author": "WIRIS Team (http://www.wiris.com)",
"license": "MIT",
"dependencies": {
"@ckeditor/ckeditor5-alignment": ">=31.1.0",
"@ckeditor/ckeditor5-basic-styles": ">=31.1.0",
"@ckeditor/ckeditor5-dev-utils": ">=31.1.0",
"@ckeditor/ckeditor5-editor-classic": ">=31.1.0",
"@ckeditor/ckeditor5-essentials": ">=31.1.0",
"@ckeditor/ckeditor5-paragraph": ">=31.1.0",
"@ckeditor/ckeditor5-source-editing": ">=31.1.0",
"@ckeditor/ckeditor5-theme-lark": ">=31.1.0",
"@ckeditor/ckeditor5-alignment": "^39.0.0",
"@ckeditor/ckeditor5-basic-styles": "^39.0.0",
"@ckeditor/ckeditor5-dev-utils": "^39.0.0",
"@ckeditor/ckeditor5-editor-classic": "^39.0.0",
"@ckeditor/ckeditor5-essentials": "^39.0.0",
"@ckeditor/ckeditor5-paragraph": "^39.0.0",
"@ckeditor/ckeditor5-source-editing": "^39.0.0",
"@ckeditor/ckeditor5-theme-lark": "^39.0.0",
"@wiris/mathtype-ckeditor5": "*",
"@wiris/mathtype-html-integration-devkit": "*"
},
Expand Down
Loading

0 comments on commit 41a2300

Please sign in to comment.