We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05018a7 commit 5cfdabfCopy full SHA for 5cfdabf
.github/workflows/npmpublish.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- uses: actions/setup-node@v2
64
with:
65
- node-version: 18
+ node-version: 20
66
registry-url: https://registry.npmjs.org/
67
68
- run: npm publish ./pack-artifact/package.tgz --access public
projects/zxing-scanner/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zxing/ngx-scanner",
3
- "version": "18.0.0",
+ "version": "18.0.1",
4
"description": "High-performance Angular barcode scanner component based on ZXing.",
5
"homepage": "https://github.com/zxing-js/ngx-scanner#readme",
6
"private": false,
0 commit comments