Skip to content

Commit 2bb0b04

Browse files
authored
Merge pull request #36 from OneSignal/npm_publish_install_types
Installing node types
2 parents 363c2b3 + bddd952 commit 2bb0b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 18
15+
- name: Install Node types
16+
run: npm install @types/node
1517
- name: Publish package
1618
if: github.event_name == 'release' && github.event.action == 'created'
1719
uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)