Skip to content

Commit

Permalink
add various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanjakl committed Apr 30, 2024
1 parent bd164a0 commit 7476ad7
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 690 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v3

# Install NodeJS and CLI tools
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
# - run: npm install -g terser
- run: npm install -g csso-cli
- run: npm install -g html-minifier
Expand Down
Loading

0 comments on commit 7476ad7

Please sign in to comment.