From c7f19e54e12f47e7b3eb29c7a87ba56c8da9fde6 Mon Sep 17 00:00:00 2001 From: Nico Schiering <48963701+L480@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:57:19 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e208628..1a33471 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,10 +12,10 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm - name: Install dependencies and deploy run: npm run deploy env: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }} - CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }} \ No newline at end of file + CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}