Automatically deploy to Alpha #5010
Annotations
1 error and 1 warning
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 1388 paths from 1f134f42e
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-20 stack
remote: -----> Using buildpacks:
remote: 1. heroku/python
remote: 2. heroku/nodejs
remote: -----> Python app detected
remote: -----> Using Python version specified in runtime.txt
remote: !
remote: ! A Python security update is available! Upgrade as soon as possible to: python-3.9.18
remote: ! See: https://devcenter.heroku.com/articles/python-runtimes
remote: !
remote: -----> No change in requirements detected, installing from cache
remote: -----> Using cached install of python-3.9.5
remote: -----> Installing pip 23.3.1, setuptools 68.2.2 and wheel 0.42.0
remote: -----> Installing SQLite3
remote: -----> Installing requirements with pip
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NODE_VERBOSE=false
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): unspecified
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 20.x...
remote: Downloading and installing node 20.10.0...
remote: Using default npm version: 10.2.3
remote:
remote: -----> Restoring cache
remote: - npm cache
remote:
remote: -----> Installing dependencies
remote: Installing node modules
remote:
remote: added 719 packages, and audited 720 packages in 21s
remote:
remote: 98 packages are looking for funding
remote: run `npm fund` for details
remote:
remote: 8 vulnerabilities (1 low, 2 moderate, 5 high)
remote:
remote: To address issues that do not require attention, run:
remote: npm audit fix
remote:
remote: Some issues need review, and may require choosing
remote: a different dependency.
remote:
remote: Run `npm audit` for details.
remote:
remote: -----> Build
remote: Running build
remote:
remote: > [email protected] build
remote: > doit run deploy
remote:
remote: . Compile Babel files
remote: . Generate static Babel content
remote: . Create Lark grammar files
remote: . Install NPM dependencies
remote: . Generate Python prefixes for TypeScript
remote: . Generate highlighting rules
remote: . Generate client messages
remote: . Generate Lezer parsers
remote: . Generate Tailwind CSS
remote: . Compile TypeScript
remote: TaskFailed - taskid:typescript
remote: Command failed: '['npx', 'tsc', '--noEmit']' returned 2
remote:
remote: ########################################
remote: TaskFailed - taskid:typescript
remote: typescript <stderr>:
remote:
remote: typescript <stdout>:
remote: static/js/ace-editor.ts(51,20): error TS2503: Cannot find namespace 'AceAjax'.
remote: static/js/ace-editor.ts(373,28): error TS2503: Cannot find namespace 'AceAjax'.
remote: static/js/debugging.ts(52,20): error TS2503: Cannot fi
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, akhileshns/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading