Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdewolff/minify
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Feb 17, 2024
2 parents c39145f + a585a49 commit a8e2179
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
go-version: '>=1.17'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
continue-on-error: true
with:
version: latest
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
path: bindings/py/src/minify

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: bindings/py
env:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
# go-version: '>=1.17'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: bindings/py
env:
Expand Down
2 changes: 1 addition & 1 deletion bindings/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"node-gyp": "^10.0.1",
"node-gyp-build": "^4.7.1"
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"node-api-headers": "^1.1.0"
Expand Down

0 comments on commit a8e2179

Please sign in to comment.