Skip to content

Bump sass from 1.83.1 to 1.83.4 #17

Bump sass from 1.83.1 to 1.83.4

Bump sass from 1.83.1 to 1.83.4 #17

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Build
run: yarn install && yarn build
- name: Test
run: cat dist/bundle.js && cat dist/index.html