File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ jobs:
12
12
- uses : actions/setup-node@v3
13
13
with :
14
14
node-version : 18
15
- registry-url : ' https://registry.npmjs.org'
16
15
- name : Install Node types
17
16
run : npm install @types/node
18
- - name : Install dependencies and build
19
- run : npm ci && npm run build
20
- - name : Publish package on NPM
21
- run : npm publish
22
- env :
23
- NODE_AUTH_TOKEN : ${{ secrets.NPM }}
17
+ - name : Run build
18
+ run : npm run build
19
+ - name : Publish package
20
+ uses : JS-DevTools/ npm- publish@v1
21
+ with :
22
+ token : ${{ secrets.NPM }}
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ tr46@~0.0.3:
100
100
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
101
101
102
102
typescript@^4.0 :
103
- version "4.8.4 "
104
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4 .tgz#c464abca159669597be5f96b8943500b238e60e6 "
105
- integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ ==
103
+ version "4.9.3 "
104
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3 .tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db "
105
+ integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA ==
106
106
107
107
url-parse@^1.4.3 :
108
108
version "1.5.10"
You can’t perform that action at this time.
0 commit comments