Skip to content

ci(gh-pages): Bump node version to 18.x #162

ci(gh-pages): Bump node version to 18.x

ci(gh-pages): Bump node version to 18.x #162

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn install
yarn build