From 694f14a3161d5be5d2f09485327e20e6afc4ca9d Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Fri, 8 May 2026 19:03:24 +0700 Subject: [PATCH] fix: add node 22 + set secrets to correct repo --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fa72b7..2712918 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: '22' + - uses: oven-sh/setup-bun@v2 with: bun-version: latest