setup-node
Node setup tool
Provides a way to set up and configure Node.js versions in GitHub Actions workflows
Set up your GitHub Actions workflow with a specific version of node.js
4k stars
120 watching
1k forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,946 |
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,253 |
actions/cache | A GitHub Actions action that optimizes workflow execution time by caching dependencies and build outputs. | 4,602 |
nodesource/distributions | Provides installation instructions and support scripts for Node.js on various Linux distributions | 13,542 |
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,366 |
actions/toolkit | A collection of reusable building blocks for creating GitHub Actions | 5,052 |
nvm-sh/nvm | A tool to manage multiple versions of Node.js on a system | 80,998 |
jasongin/nvs | A utility for managing different versions and forks of Node.js on multiple platforms. | 2,760 |
actions/github-script | An action that enables JavaScript workflows to interact with the GitHub API using a script | 4,259 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 108,373 |
actions/checkout | An action that allows workflows to access a repository by checking it out in the workspace. | 6,020 |
mongodb/node-mongodb-native | The official Node.js driver for interacting with MongoDB databases | 10,055 |
raineorshine/npm-check-updates | Automates checking and upgrading package dependencies to their latest versions. | 9,513 |
node-config/node-config | A module that organizes hierarchical configurations for Node.js applications across different deployment environments. | 6,305 |
meilcli/npm-update-check-action | Automates the detection of new package versions in a project | 24 |