Skip to content
archive

GitHub Action

dead-simple-nodejs

1.0.1 Latest version

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 Binary Installation

Goals

  1. Minimal Code
  2. Minimal Dependencies
  3. Fast

Example workflow:

jobs:
  myjob:
    runs-on: ubuntu-latest
    steps:
      - uses: dreamcodez/dead-simple-nodejs@1
        with:
          NODE_VERSION: 16.1.0
          NODE_DISTRO: linux-x64 # optional

FAQ

Is it fast?

Yes.

Here is non-scientific proof:

its-fast

Can I contribute?

Yes! Submit a PR with your improvement; there are no issues on this repository.