diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c44508..e29c58a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: 'pnpm' - name: Install Dependencies @@ -56,4 +56,4 @@ jobs: - name: Post deployment cleanup run: | rm -f .env*.* - rm -f wrangler*.json \ No newline at end of file + rm -f wrangler*.json