Skip to content

Commit 65fc42b

Browse files
committed
Setup nodejs in smoketest job
1 parent 7ac7f9a commit 65fc42b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ jobs:
4444
- uses: actions/setup-dotnet@v4
4545
with:
4646
global-json-file: global.json
47+
48+
- name: Set up Node.js
49+
uses: actions/setup-node@v4
50+
with:
51+
node-version: 18
52+
53+
- uses: pnpm/action-setup@v4
54+
with:
55+
run_install: true
56+
57+
- name: Build typescript module sdk
58+
working-directory: crates/bindings-typescript
59+
run: pnpm build
60+
4761
- name: Install psql (Windows)
4862
if: runner.os == 'Windows'
4963
run: choco install psql -y --no-progress

0 commit comments

Comments
 (0)