Skip to content

chore: update dependency node to v18.18.0 (#476) #1191

chore: update dependency node to v18.18.0 (#476)

chore: update dependency node to v18.18.0 (#476) #1191

Workflow file for this run

name: Build & Deploy
on:
- push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use node
uses: actions/[email protected]
with:
cache: "npm"
node-version-file: ".nvmrc"
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public
clean: true
dry-run: ${{ github.ref != 'refs/heads/main' }}