Skip to content

chore(deps): update dependency postcss to v8.4.39 (#631) #557

chore(deps): update dependency postcss to v8.4.39 (#631)

chore(deps): update dependency postcss to v8.4.39 (#631) #557

Triggered via push July 8, 2024 19:07
Status Success
Total duration 1m 21s
Artifacts

release.yml

on: push
release-version-on-github
1m 10s
release-version-on-github
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
release-version-on-github
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
release-version-on-github: src/components/home/cobe.jsx#L117
Assignments to the 'phi' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect