Skip to content

Bump sass from 1.78.0 to 1.81.0 #46

Bump sass from 1.78.0 to 1.81.0

Bump sass from 1.78.0 to 1.81.0 #46

Workflow file for this run

name: NodeJS with Webpack
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Build
run: |
npm install
npm run build
# npm run test # Uncomment this line if you have tests