diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d24b5d4..ce193ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,14 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 18 + + - name: Building + run: npm run build + - name: Deploy to production uses: johnbeynon/render-deploy-action@v0.0.8 with: