Skip to content

Commit 45a50d4

Browse files
author
Scott Hardy
committed
v1.1.7 changelog
1 parent 816e3dc commit 45a50d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ts_serialize_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
with:
6060
deno-version: ${{ matrix.deno }}
6161

62+
- name: Setup-node
63+
uses: actions/setup-node@v1
64+
with:
65+
node-version: 12
66+
registry-url: https://registry.npmjs.org/
67+
6268
- name: Build NPM Module
6369
run: .github/workflows/scripts/build.sh ${{ steps.get_github_tag.outputs.VERSION }}
6470

0 commit comments

Comments
 (0)