We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363c2b3 + bddd952 commit 2bb0b04Copy full SHA for 2bb0b04
.github/workflows/npm_deploy.yml
@@ -12,6 +12,8 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 18
15
+ - name: Install Node types
16
+ run: npm install @types/node
17
- name: Publish package
18
if: github.event_name == 'release' && github.event.action == 'created'
19
uses: JS-DevTools/npm-publish@v1
0 commit comments