Skip to content
Snippets Groups Projects
Unverified Commit b4677534 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

ci: install node_modules (#653)

parent f967b824
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Publish @llamaindex/env
run: npx jsr publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment