Install Git from https://git-scm.com
Install Node.js LTS from https://nodejs.org
Verify node/npm installation:
| # Sample workflow for building and deploying a site to GitHub Pages | |
| name: Deploy Site with GitHub Pages | |
| on: | |
| # Runs on pushes targeting the default branch | |
| #push: | |
| # branches: ["main"] | |
| # Allows you to run this workflow manually from the Actions tab | |
| workflow_dispatch: |
Install Git from https://git-scm.com
Install Node.js LTS from https://nodejs.org
Verify node/npm installation: