Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor]: updated dependency for webapp #5008

Merged
merged 10 commits into from
Jun 9, 2024
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
Loading