Skip to content

Setup Nsolid environment

Actions
Setup a Nsolid environment
v1.0.1
Latest
Verified creator
Star (0)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

image

setup-nsolid

Test Nsolid Action Basic validation Check dist

This action provides the following functionality for GitHub Actions users:

  • Install the latest Nsolid version
  • Install any specific Nsolid version

Usage

See action.yml

Basic Usage:

steps:
- uses: actions/checkout@v4
- uses: nodesource/setup-nsolid@v1
  with:
    node-version: 20
    nsolid-version: 5
- run: nsolid -vv

All options:

- uses: nodesource/setup-nsolid@v1
  with:
    # Version Spec of the version to use in SemVer notation.
    # Examples: 18, 18.19.1, 20, 20.11.1,
    node-version: ''

    # Nsolid version to use, . E.g: 5, 5.0.5, 4.10.0, latest.
    # Examples: 5, 5.0.5, 5.0.1
    nsolid-version: ''

    # Set the platform where you expect to run the action.
    # supported options: 'linux', 'darwin', 'win32'
    # Default: ''. The action will set the detected platform by default.
    platform: ''

    # Target architecture for Nsolide to use. Examples: x86, x64. Will use system architecture by default.
    # Default: ''. The action use system architecture by default 
    arch: ''

License

The scripts and documentation in this project are released under the MIT License

Setup Nsolid environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup a Nsolid environment
v1.0.1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Setup Nsolid environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.