Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed Dec 29, 2024
1 parent 950694f commit 47b98dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Docker build, tag, and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Docker build, tag, and push
uses: pangzineng/Github-Action-One-Click-Docker@master
env:
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm lint
- run: pnpm lint:check
- run: pnpm format:check
- run: pnpm type-check
- run: pnpm type:check
- run: pnpm build
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ $ pnpm docker:down

## Stack

FilePizza uses:

* Next.js
* Tailwind
* TypeScript
* React
* PeerJS
* PeerJS for WebRTC
* View Transitions
* Redis (optional)

Expand Down

0 comments on commit 47b98dd

Please sign in to comment.