Skip to content

Added language component #23

Added language component

Added language component #23

Triggered via push December 5, 2023 02:20
Status Failure
Total duration 1m 54s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
Error: Command failed: git push heroku HEAD:refs/heads/main --force remote: Updated 33 paths from 9e30617 remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-22 stack remote: -----> Using buildpack: heroku/nodejs 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): 20.7.0 remote: engines.npm (package.json): 10.1.0 remote: remote: Resolving node version 20.7.0... remote: Downloading and installing node 20.7.0... remote: npm 10.1.0 already installed with node remote: remote: -----> Restoring cache remote: - npm cache remote: remote: -----> Installing dependencies remote: Installing node modules remote: remote: added 1805 packages, and audited 1806 packages in 25s remote: remote: 278 packages are looking for funding remote: run `npm fund` for details remote: remote: 6 vulnerabilities (1 low, 5 moderate) remote: remote: To address issues that do not require attention, run: remote: npm audit fix remote: remote: To address all issues possible, run: remote: npm audit fix --force 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: > next build remote: remote: - warn No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache remote: Attention: Next.js now collects completely anonymous telemetry regarding usage. remote: This information is used to shape Next.js' roadmap and prioritize features. remote: You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: remote: https://nextjs.org/telemetry remote: remote: - info Creating an optimized production build... remote: Failed to compile. remote: remote: ./app/page.js remote: Module not found: Can't resolve './language.json' remote: remote: https://nextjs.org/docs/messages/module-not-found remote: remote: remote: > Build failed because of webpack errors remote: remote: -----> Build failed remote: remote: We're sorry this build is failing! You can troubleshoot common issues here: remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys remote: remote: If you're stuck, please submit a ticket so we can help: remote: https://help.heroku.com/ remote: remote: Love, remote: Heroku remote: remote: ! Push rejected, failed to compile Node.js app. remote: remote: ! Push failed remote: ! remote: ! ## Warning - The same version of this code has already been built: d10262dc8e34ad7f6de7ab4dcb07792fec0fd6a8 remote: ! remote: ! We have detected that you have triggered a bu
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/