Skip to content

Commit

Permalink
Merge branch 'master' into feat/stretch-message-input-text-area
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Oct 19, 2024
2 parents 8a9f3be + 2965eee commit bd1e5f5
Show file tree
Hide file tree
Showing 32 changed files with 5,910 additions and 5,066 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
name: coverage
path: ./coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
test-e2e:
name: run test:e2e
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Archive dist/
run: tar -zcvf ./dist.tar.gz ./dist
- name: Create Release and upload dist.tar.gz
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:20.15.0-alpine as build
FROM --platform=$BUILDPLATFORM node:22.9.0-alpine as build
WORKDIR /app

ENV CYPRESS_INSTALL_BINARY=0
Expand Down
Loading

0 comments on commit bd1e5f5

Please sign in to comment.