feat: GitHub Actions CI/CD 파이프라인 구축 #4
Annotations
1 error and 3 warnings
|
verify
Process completed with exit code 1.
|
|
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
verify:
src/lib/i18n.ts#L8
Caution: `i18n` also has a named export `use`. Check if you meant to write `import {use} from 'i18next'` instead
|
|
verify:
src/lib/http.ts#L5
Caution: `axios` also has a named export `create`. Check if you meant to write `import {create} from 'axios'` instead
|