Skip to content

Update Node

Update Node #138

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
- "releases/**"
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
check-latest: true
- name: Prepare and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install
npm run ng -- deploy --base-href=/coffee-ratio/ --name="godly-devotion" --email="[email protected]" --no-silent