Bump sass from 1.77.8 to 1.80.6 #946
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deployment action from https://github.com/TartanLlama/actions-eleventy/ | |
name: test | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies with NPM | |
run: npm install | |
- name: Bundle assets with Webpack and build site with Eleventy | |
run: npm run build |