Skip to content

Bump sass from 1.69.5 to 1.69.7 #16

Bump sass from 1.69.5 to 1.69.7

Bump sass from 1.69.5 to 1.69.7 #16

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v20.5.0
uses: actions/setup-node@v1
with:
node-version: '20.5.0'
- run: yarn install
- run: yarn run test