Skip to content

Commit

Permalink
Merge pull request #4973 from nextcloud/revert-4952-renovate/stable26…
Browse files Browse the repository at this point in the history
…-nextcloud-dialogs-4.x

Revert "fix(deps): update dependency @nextcloud/dialogs to ^4.2.1 (stable26)"
  • Loading branch information
mejo- authored Nov 9, 2023
2 parents f31376e + 681b1d1 commit 888cbf7
Show file tree
Hide file tree
Showing 105 changed files with 184 additions and 577 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1
id: versions
with:
fallbackNode: "^14"
fallbackNpm: "^7"
fallbackNode: "^20"
fallbackNpm: "^9"
path: apps/${{ env.APP_NAME }}

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
Expand All @@ -63,6 +64,12 @@ jobs:
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

- name: Install dependencies & build app
working-directory: apps/${{ env.APP_NAME }}
run: |
npm ci
TESTING=true npm run build --if-present
- name: Save context
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
Expand Down
4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/highlight/arduino-js-js.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/highlight/arduino.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/highlight/armasm-js-js.js

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

Loading

0 comments on commit 888cbf7

Please sign in to comment.