From 47b98dd24ee41d627640a9e234e834b55a56fc2e Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sat, 28 Dec 2024 19:47:25 -0800 Subject: [PATCH] update gh actions --- .github/workflows/main.yml | 2 +- .github/workflows/tests.yml | 12 ++++-------- README.md | 4 +--- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc3082f..d25f2cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6732b21..aedfd12 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index 59b716f..c55b40a 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,11 @@ $ pnpm docker:down ## Stack -FilePizza uses: - * Next.js * Tailwind * TypeScript * React -* PeerJS +* PeerJS for WebRTC * View Transitions * Redis (optional)