You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my gitlab ci/cd i am using lorisleiva/laravel-docker:8.1,
Suddenly my gitlab pipeline failed with, "Unable to resolve `@import "tippy.js/dist/tippy.css". after debugging i found out why it works on my local machine and not in server anymore. docker build's node version is v16.20.1 and in my local i am using latest node version v18.13.0
So is there a way i can customise node version just like laravel sail, in laravel sail i can do something like
build:
args:
NODE_VERSION: '18'
I am using this in gitlab ci cd so not sure how do i resolve this one. thanks for your help.
The text was updated successfully, but these errors were encountered:
Hello,
in my gitlab ci/cd i am using lorisleiva/laravel-docker:8.1,
Suddenly my gitlab pipeline failed with, "Unable to resolve `@import "tippy.js/dist/tippy.css". after debugging i found out why it works on my local machine and not in server anymore. docker build's node version is v16.20.1 and in my local i am using latest node version v18.13.0
So is there a way i can customise node version just like laravel sail, in laravel sail i can do something like
I am using this in gitlab ci cd so not sure how do i resolve this one. thanks for your help.
The text was updated successfully, but these errors were encountered: