We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a7800 commit e7d8414Copy full SHA for e7d8414
1 file changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish to NPM
+name: publish
2
on:
3
push:
4
tags:
@@ -15,11 +15,11 @@ jobs:
15
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 20
19
- registry-url: https://registry.npmjs.org/
+ node-version: '24'
+ registry-url: 'https://registry.npmjs.org'
20
21
- run: yarn install --frozen-lockfile
22
- run: yarn run build:lib
23
24
- name: Publish
25
- run: npm publish ./dist/libs/ngx-contextmenu --access public
+ run: npm publish ./dist/libs/ngx-contextmenu
0 commit comments