Skip to content

Commit 0482bad

Browse files
committed
version 1.0.3
1 parent 1647c42 commit 0482bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
registry-url: https://npm.pkg.github.com/
22-
- run: npm ci
22+
- run: npm install
2323
- run: npm run build
2424
- run: npm publish --access public
2525
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emmveqz/js-utils",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Utilities for JavaScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)