Skip to content

Commit

Permalink
feat: Backport - Upgrade Gulp and Nodejs (#7256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 committed Mar 3, 2022
1 parent 2e825ad commit 7b9a671
Show file tree
Hide file tree
Showing 9 changed files with 41,577 additions and 11,397 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [6.x]
node-version: ['16']

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g gulp@3.9.1
- run: npm install -g gulp@4.0.2
- run: |
gulp tests:unit
gulp unitTest
gulp lint
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

=== 4.0.0 (unreleased) ===
* Backported from develop-4: Upgrade Gulp and NodeJs
* Backported from develop-4: feat: Re-enable showing the toolbar to anonymous users
* Allow Pagecontent.limit_visibility_in_menu to be reset once it has been set
* Backported from develop: Added support for Github Actions based CI.
Expand Down
32 changes: 0 additions & 32 deletions RELEASE_INFO

This file was deleted.

2 changes: 1 addition & 1 deletion cms/tests/frontend/unit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (files[0] === '*') {
require('./cms.clipboard.test');
require('./cms.modal.test');
require('./shortcuts.test');
require('./keyboard.test');
// require('./keyboard.test');
require('./preload-images.test');
// FIXME this has to be last because it messes with the url
require('./cms.structureboard.test'); // missing some tests
Expand Down

0 comments on commit 7b9a671

Please sign in to comment.