Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Update space-voyagers.md (#220) #48

Update space-voyagers.md (#220)

Update space-voyagers.md (#220) #48

Workflow file for this run

name: pull-request
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js v16.x
uses: actions/setup-node@v3
with:
node-version: v16.x
- name: Install Dependencies
run: yarn install --ignore-optional
- name: Build Astro App
run: yarn build