We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408c9fe commit 292828cCopy full SHA for 292828c
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: 12
+ node-version: 14
18
- run: npm install
19
- run: npm run build
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm run package
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-http-annotations",
3
- "version": "0.0.0",
+ "version": "0.7.4-beta.2",
4
"license": "MIT",
5
"scripts": {
6
"ng": "nx",
0 commit comments