Skip to content

Bump resolve-accept-language from 2.0.14 to 2.0.15 #1076

Bump resolve-accept-language from 2.0.14 to 2.0.15

Bump resolve-accept-language from 2.0.14 to 2.0.15 #1076

Workflow file for this run

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