Skip to content

Commit bddd952

Browse files
committed
Installing node types
1 parent 363c2b3 commit bddd952

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)