Skip to content

chore(deps-dev): bump grunt-contrib-cssmin from 4.0.0 to 5.0.0 #30

chore(deps-dev): bump grunt-contrib-cssmin from 4.0.0 to 5.0.0

chore(deps-dev): bump grunt-contrib-cssmin from 4.0.0 to 5.0.0 #30

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: ls -a package/
- run: npm run test
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: 'package/do-not-merge-wip-for-github.zip'