Skip to content

Commit 1a3df64

Browse files
author
OneSignal
committed
Update Node API
1 parent fefd6d0 commit 1a3df64

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/npm_deploy.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 18
15-
registry-url: 'https://registry.npmjs.org'
1615
- name: Install Node types
1716
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 }}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ tr46@~0.0.3:
100100
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
101101

102102
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==
106106

107107
url-parse@^1.4.3:
108108
version "1.5.10"

0 commit comments

Comments
 (0)