Skip to content

fix changelog date

fix changelog date #92

Workflow file for this run

# This doesn't deploy anything. Netlify deploys all changes made to the `master` and `production` branches
name: continuous integration
on:
push:
branches: [ "master", "production" ]
pull_request:
branches: [ "master", "production" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- run: gem install compass
- run: yarn --frozen-lockfile
- run: yarn test