Skip to content

fix #1804: don't add a date to new style name #1785

fix #1804: don't add a date to new style name

fix #1804: don't add a date to new style name #1785

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm test