Skip to content

Commit 537f6da

Browse files
committed
CD: make sure that we can publish on npm.
1 parent dbdead4 commit 537f6da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ jobs:
216216
timezoneLinux: 'Pacific/Auckland'
217217
- name: Check out libOpenCOR
218218
uses: actions/checkout@v4
219+
- name: Install Node.js
220+
uses: actions/setup-node@v4
221+
with:
222+
node-version: 'lts/*'
223+
registry-url: 'https://registry.npmjs.org'
219224
- name: Install CMake and Ninja
220225
uses: lukka/get-cmake@latest
221226
- name: Install buildcache

0 commit comments

Comments
 (0)