Skip to content

Commit

Permalink
ci: upgrade actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickshan committed Jul 4, 2024
1 parent 75c196f commit b611e11
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 29 deletions.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test",
"chore",
"revert",
"build"
"build",
"ci"
]
],
"subject-case": [0]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ jobs:
asset_content_type: text/javascript
- name: Unpack npm
run: cd npm && tar -xvzf "html2canvas-pro.tgz"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: NPM Publish
run: cd npm/package && npm publish --ignore-scripts --access public
Expand Down
18 changes: 5 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## [1.5.2](https://github.com/yorickshan/html2canvas-pro/compare/v1.5.1...v1.5.2) (2024-07-03)
### [1.5.2](https://github.com/yorickshan/html2canvas-pro/compare/v1.5.1...v1.5.2) (2024-07-03)

### 1.5.1 (2024-07-01)


## 1.5.1 (2024-07-01)


### Bug Fixes
### Fixes

* operation is insecure on safari ([71f7c28](https://github.com/yorickshan/html2canvas-pro/commit/71f7c283dfe5a8cd64b39343bc7cec85e3932200))

Expand All @@ -17,13 +15,7 @@
* complete work on relative from colors in the color() function ([ac6e331](https://github.com/yorickshan/html2canvas-pro/commit/ac6e33118be76734ff9b1f5cd92e147babd46548))
* work on relative color support ([88e6aba](https://github.com/yorickshan/html2canvas-pro/commit/88e6abaa47b9c59e49a7bc3c0008849cc365f787))



# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.5.0 (2024-05-27)
### 1.5.0 (2024-05-27)


### Features
Expand All @@ -34,6 +26,6 @@ All notable changes to this project will be documented in this file. See [standa
* work on relative color support ([88e6aba](https://github.com/yorickshan/html2canvas-pro/commit/88e6abaa47b9c59e49a7bc3c0008849cc365f787))


### Bug Fixes
### Fixes

* color function display-p3 conversion ([b9fd943](https://github.com/yorickshan/html2canvas-pro/commit/b9fd943332a5627a9cd86c62bd6029d461356c14))
12 changes: 0 additions & 12 deletions scripts/create-tag.sh

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/version-upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

npx standard-version --skip.tag --release-as $1
npx standard-version --release-as $1
git push --follow-tags

0 comments on commit b611e11

Please sign in to comment.