Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
archive

GitHub Action

dead-simple-nodejs

0.2 Pre-release

dead-simple-nodejs

archive

dead-simple-nodejs

Install fast & simply & with minimal dependencies

Installation

Copy and paste the following snippet into your .yml file.

              

- name: dead-simple-nodejs

uses: dreamcodez/[email protected]

Learn more about this action in dreamcodez/dead-simple-nodejs

Choose a version

dead-simple-nodejs

dead simple nodejs binary installation

example workflow:

jobs:
  myjob:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/dead-simple-nodejs@v1
        with:
          NODE_VERSION: 16.1.0
          NODE_DISTRO: linux-x64 # optional
      - uses: actions/checkout@v2