diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a328572..12eb937 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,10 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '14' + - name: Install and Build 🔧 run: | npm ci