Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails with node version issue #130

Open
hardikdangar opened this issue Jul 10, 2023 · 1 comment
Open

build fails with node version issue #130

hardikdangar opened this issue Jul 10, 2023 · 1 comment

Comments

@hardikdangar
Copy link

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

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.

@warrickbayman
Copy link

I would also like to be able to do this, or can the Node version be updated to node 18?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants