Skip to content

Commit a778c8a

Browse files
committed
Added type definitions for buffer. Publish to npm with tagless version.
1 parent 0703574 commit a778c8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/publish-types/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ runs:
2828
for pkg in ${{ steps.vars.outputs.PKGS }}; do
2929
jq --arg version "${{ inputs.VERSION }}" '.dependencies."@dop251/types-goja_nodejs-global" = $version' $pkg/types/package.json > $pkg/types/tmp.json && mv $pkg/types/tmp.json $pkg/types/package.json
3030
done
31+
- name: Setup nodejs
32+
uses: actions/setup-node@v2
33+
with:
34+
node-version: '22'
35+
registry-url: 'https://registry.npmjs.org'
3136
- name: Publish the packages
3237
shell: bash
3338
run: |

0 commit comments

Comments
 (0)