diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc06a49..658ea56 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,10 @@ jobs: uses: actions/checkout@v3 - name: Install and Build 🔧 - run: | + - uses: actions/setup-node@v3 + with: + node-version: 16 + - run: | npm ci npm run build