chore: update workflows to include Node.js and pnpm setup, add nodecar build and test steps

This commit is contained in:
zhom
2025-05-29 10:46:48 +04:00
parent a15337078b
commit 8d1d970324
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 23
node-version-file: .node-version
- name: Setup pnpm
uses: pnpm/action-setup@v4