Update explore.js #87
Annotations
1 error and 1 warning
deploy
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 223 paths from c440c98
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-22 stack
remote: -----> Deleting 0 files matching .slugignore patterns.
remote: -----> Using buildpacks:
remote: 1. heroku/nodejs
remote: 2. https://github.com/unfold/heroku-buildpack-pnpm
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_VERSION=16
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): 20.x
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Resolving node version 20.x...
remote: Downloading and installing node 20.11.0...
remote: Using default npm version: 10.2.4
remote:
remote: -----> Restoring cache
remote: Invalidating cache due to a change in version of node, npm, yarn or stack
remote: Will not restore the following directories for this build:
remote: .next/cache
remote: node_modules
remote:
remote: -----> Installing dependencies
remote: Installing node modules (package.json)
remote:
remote: added 2136 packages, and audited 2137 packages in 2m
remote:
remote: 232 packages are looking for funding
remote: run `npm fund` for details
remote:
remote: 20 vulnerabilities (16 moderate, 4 high)
remote:
remote: To address issues that do not require attention, run:
remote: npm audit fix
remote:
remote: To address all issues possible (including breaking changes), 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: npm notice
remote: npm notice New minor version of npm available! 10.2.4 -> 10.3.0
remote: npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.3.0>
remote: npm notice Run `npm install -g [email protected]` to update!
remote: npm notice
remote:
remote: -----> Build
remote: Running build
remote:
remote: > [email protected] build
remote: > next build
remote:
remote: ⚠ 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: Linting and checking validity of types ...
remote: Creating an optimized production build ...
remote: > [PWA] Compile server
remote: > [PWA] Compile server
remote: > [PWA] Compile client (static)
remote: > [PWA] Auto register service worker with: /tmp/build_3112d67d/node_modules/next-pwa/register.js
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|