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
119 watching
1k forks
Language: TypeScript
last commit: 28 days 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,881 |
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,249 |
actions/cache | An action that optimizes workflow execution by caching dependencies and build outputs. | 4,566 |
nodesource/distributions | Provides installation instructions and support scripts for Node.js on various Linux distributions | 13,508 |
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,326 |
actions/toolkit | A collection of reusable building blocks for creating GitHub Actions | 5,006 |
nvm-sh/nvm | A tool to manage multiple versions of Node.js on a system | 80,353 |
jasongin/nvs | A utility for managing different versions and forks of Node.js on multiple platforms. | 2,743 |
actions/github-script | An action that enables JavaScript workflows to interact with the GitHub API using a script | 4,224 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
actions/checkout | An action that allows workflows to access a repository by checking it out in the workspace. | 5,928 |
mongodb/node-mongodb-native | The official Node.js driver for interacting with MongoDB databases | 10,053 |
raineorshine/npm-check-updates | Automates checking and upgrading package dependencies to their latest versions. | 9,442 |
node-config/node-config | A module that organizes hierarchical configurations for Node.js applications across different deployment environments. | 6,288 |
meilcli/npm-update-check-action | Automates the detection of new package versions in a project | 24 |