File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
uses : ./.github/workflows/build.yml
9
9
with :
10
- node-version : 18
10
+ node-version : 22
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - uses : actions/download-artifact@v3
23
+ - uses : actions/download-artifact@v4
24
24
with :
25
25
name : ngx-kjua
26
- path : artifact /ngx-kjua/
26
+ path : dist /ngx-kjua/
27
27
- uses : actions/setup-node@v4
28
28
with :
29
29
node-version : ${{ inputs.node-version }}
30
30
registry-url : ${{ inputs.registry-url }}
31
31
- run : npm ci --no-optional --force
32
32
- run : npm publish --access public ${{ inputs.release-tag }}
33
- working-directory : artifact /ngx-kjua
33
+ working-directory : dist /ngx-kjua/
34
34
env :
35
35
NODE_AUTH_TOKEN : ${{ secrets.npm-token }}
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
name : Build release
11
11
uses : ./.github/workflows/build.yml
12
12
with :
13
- node-version : 18
13
+ node-version : 22
14
14
15
15
publish-npm :
16
16
needs : build-release
17
17
uses : ./.github/workflows/npm-publish.yml
18
18
with :
19
19
registry-url : https://registry.npmjs.org/
20
- node-version : 18
20
+ node-version : 22
21
21
secrets :
22
22
npm-token : ${{ secrets.NPM_TOKEN }}
23
23
26
26
uses : ./.github/workflows/npm-publish.yml
27
27
with :
28
28
registry-url : https://npm.pkg.github.com/
29
- node-version : 18
29
+ node-version : 22
30
30
secrets :
31
31
npm-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 15
15
"private" : false ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " https://github.com/werthdavid/ngx-kjua"
18
+ "url" : " git+ https://github.com/werthdavid/ngx-kjua.git "
19
19
},
20
20
"authors" : [
21
21
{
You can’t perform that action at this time.
0 commit comments