From a81353b12570f49014f4261312a65b99356b270b Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 12 Jan 2022 09:28:14 +0100 Subject: [PATCH] fix: fix heroku deploy --- .gitattributes | 3 --- .github/workflows/release.yml | 1 - package.json | 4 ++++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9b08967dab6..8a9d39375aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,14 +13,11 @@ .platform.app.yaml export-ignore .releaserc export-ignore .sass-lint.yml export-ignore -.snyk export-ignore .styleci.yml export-ignore -app.json export-ignore crowdin.yml export-ignore cypress.json export-ignore phpstan.neon export-ignore phpunit.xml export-ignore -Procfile export-ignore psalm.yml export-ignore server.php export-ignore sonar-project.properties export-ignore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00b4e5dc3a3..456d8b3533b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -163,4 +163,3 @@ jobs: workflow: Release update repo: monicahq/docker token: ${{ secrets.DOCKER_GITHUB_TOKEN }} - inputs: '{ "release": "v${{ needs.semantic.outputs.new_release_version }}" }' diff --git a/package.json b/package.json index 228d2271232..42c3097bcfc 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,10 @@ "posttest": "vendor/bin/phpstan analyse && vendor/bin/psalm", "composer update": "COMPOSER_MEMORY_LIMIT=-1 composer update" }, + "engines": { + "node": "16.x", + "yarn": "1.22.x" + }, "devDependencies": { "cross-env": "^7.0", "cypress": "^7.2.0",