diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index a20f65e..09e2c5c 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -17,6 +17,12 @@ jobs: id: branch-name uses: tj-actions/branch-names@v7 + - name: Setup Node.js environment + uses: actions/setup-node@v4.1.0 + with: + node-version: 18.x + + - name: Install the Neon CLI run: npm install -g neonctl