📝 Edit page
➕ Add page
Node.js
Build, test and deploy using NPM or Yarn and GitHub Actions
Topics
Pages
-
Basic
Simple Node.js workflow with GH Actions
- CI installs
-
GitHub Pages deploy
Deploy a GH Pages app using GH Actions and NPM/Yarn
-
NPM
Patterns for using Node.js and NPM in a GH Actions workflow
-
Publish
Publish a Node package to GitHub or NPM
-
Upgrade packages
Upgrade outdated NPM packages and make a PR with the lockfile changes
-
Yarn
Workflows for running Yarn on GitHub Actions
Content
Resources
- Building and testing Node.js in the GH Actions docs.
- Workflows in action:
- MichaelCurrin/react-quickstart workflow, using Yarn.
- MichaelCurrin/preact-quickstart workflow, using NPM.
- Node in Dev Resources to learn more about Node in general.