Skip to content

dead simple nodejs binary installation

License

Notifications You must be signed in to change notification settings

dreamcodez/dead-simple-nodejs

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.