Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 632 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 632 Bytes

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.