Skip to content

Commit

Permalink
Merge branch 'master' into feat/settings_stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
nokhnaton authored Oct 17, 2024
2 parents 6d6d515 + 2965eee commit 668883f
Show file tree
Hide file tree
Showing 33 changed files with 5,909 additions and 5,070 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 668883f

Please sign in to comment.