Skip to content

Bump @types/node from 20.8.3 to 20.8.6 #1128

Bump @types/node from 20.8.3 to 20.8.6

Bump @types/node from 20.8.3 to 20.8.6 #1128

Workflow file for this run

name: CI
on: [push]
jobs:
jekyll:
name: Build site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build site
run: yarn build