#2 - Fix: Ensure npx and node Availability #3
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: GuillaumeHemmen/debian-node-firebase#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/2-npx-and-node-not-available-in-the-action-pipelines"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR addresses the issue where
npx
andnode
were not available in the action pipelines. Additionally, it removes the reliance onnvm
for installation. Instead, the latest available LTS version of Node.js is installed during the image build process, ensuring compatibility and seamless execution in the pipelines.This closes #2