Chromatic + Github Action 으로 자동 배포 테스트 중 다음과 같은 오류 발생
npm warn EBADENGINE Unsupported engine { package: '[email protected]', required: { node: '>=20.0.0' }, current: { node: 'v18.20.7', npm: '10.8.2' } } npm error npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync.
Node version을 임의로 올릴 수 없어 논의 필요.