diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 54417b1..12f80e6 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -16,7 +16,7 @@ jobs: - name: install Node.js uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 16 - name: Install ependencies run: 'npm ci'