Skip to content

Commit

Permalink
[Refactor]: updated dependency for webapp (#5008)
Browse files Browse the repository at this point in the history
* refactor: updated dependency for webapp

* refactor: updated test case and snapshot

* refactor: updated depedencies

* refactor: updated snapshot and test case

* fix: jest test case

* refactor: nvmrc version to match it with latest mm master

* chore: upgrade the node version in github flows

* refactor: plugin unit test and cardfilter test date issue

* refactor: mock date for rhs plugin mode

---------

Co-authored-by: Mattermost Build <[email protected]>
  • Loading branch information
Rajat-Dabade and mattermost-build authored Jun 9, 2024
1 parent c8e729b commit 466ce56
Show file tree
Hide file tree
Showing 34 changed files with 2,483 additions and 2,599 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.1.0
node-version: 20.11.0

- name: Build Linux server
run: cd focalboard; make server-linux-package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.1.0
node-version: 20.11.0

- name: apt-get update
run: sudo apt-get update
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16.1.0
node-version: 20.11.0

- name: Build webapp
run: cd focalboard; make webapp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.1.0
node-version: 20.11.0

- name: apt-get update
run: sudo apt-get update
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16.1.0
node-version: 20.11.0

- name: Build webapp
run: cd focalboard; make webapp
Expand Down
6 changes: 6 additions & 0 deletions mattermost-plugin/package-lock.json

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

Loading

0 comments on commit 466ce56

Please sign in to comment.