diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 4e298aa..3ed265c 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: install Node.js uses: actions/setup-node@v1 - with: node-version:18.x + with: node-version:14.x - name: Install dependencies run: npm install