Skip to content

chore(deps-dev): bump node-sass from 8.0.0 to 9.0.0 (#71) #97

chore(deps-dev): bump node-sass from 8.0.0 to 9.0.0 (#71)

chore(deps-dev): bump node-sass from 8.0.0 to 9.0.0 (#71) #97

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
- run: npm test