Skip to content

Remove Twitter; use Mastodon (#483) #190

Remove Twitter; use Mastodon (#483)

Remove Twitter; use Mastodon (#483) #190

Workflow file for this run

name: Build
on:
push
env:
NODE_VERSION: '18'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v1
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
cd gatsby/lobid/
npm ci
npm run build