Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 30, 2023
1 parent d0e98f5 commit 927da64
Show file tree
Hide file tree
Showing 7 changed files with 8,764 additions and 1,988 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto
# Enforce Unix newlines
* text=auto eol=lf
16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Tests

on: [push, pull_request]
on:
push:
branches:
- "**"
- "!dependabot/**"
pull_request:
workflow_dispatch:

env:
FORCE_COLOR: 2
Expand All @@ -13,15 +19,17 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
os: [ubuntu-latest, windows-latest]
node: [14, 16, 18, 20]

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lockfile-version=2
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v5.0.0:
date: 2023-05-01
changes:
- Update dependencies.
- Drop Node.js < 14 support.
v4.0.0:
date: 2021-02-15
changes:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ cssmin: {

## Release History

* 2023-05-01   v5.0.0   Update dependencies. Drop Node.js < 14 support.
* 2021-02-15   v4.0.0   Update all dependencies including clean-css v5.x. Drop Node.js < 10 support.
* 2018-09-07   v3.0.0   Update all dependencies. Drop Node.js < 6 support.
* 2017-07-27   v2.2.1   Fix issue with `relativeTo` for clean-css v4.x.
Expand Down Expand Up @@ -123,4 +124,4 @@ cssmin: {

Task submitted by [Tim Branyen](http://tbranyen.com/)

*This file was generated on Mon Feb 15 2021 07:31:26.*
*This is a generated file.*

0 comments on commit 927da64

Please sign in to comment.