diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76ed296..b094d86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "20" + node-version: "22" - name: Install dependencies run: npm install