Skip to content

Latest commit

 

History

History

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Setup node

A github action to setup Node.js and PNPM

How to use?

- uses: FuelLabs/github-actions/setups/node
  with:
    node-version: 18.14.1
    pnpm-version: latest

Inputs

Name Description
node-version Node version
pnpm-version PNPM version

Outputs

No outputs defined

License

The primary license for this repo is Apache 2.0, see LICENSE.