Skip to content

Commit dc8ac8e

Browse files
committed
bump version
1 parent 1ceeeda commit dc8ac8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: 16
30+
node-version: '20.x'
3131
registry-url: https://registry.npmjs.org/
3232
- run: npm ci
3333
- run: npm publish --access=public

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techstark/opencv-js",
3-
"version": "4.8.0-release.5",
3+
"version": "4.8.0-release.6",
44
"description": "OpenCV JavaScript version for node.js or browser",
55
"main": "dist/opencv.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)