Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LlamaIndexTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
LlamaIndexTS
Commits
2b94e36d
Unverified
Commit
2b94e36d
authored
1 year ago
by
Alex Yang
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: update workflow version (#239)
parent
d1e1de4a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/lint_on_push_or_pull.yml
+7
-7
7 additions, 7 deletions
.github/workflows/lint_on_push_or_pull.yml
.github/workflows/test.yml
+6
-10
6 additions, 10 deletions
.github/workflows/test.yml
.nvmrc
+1
-0
1 addition, 0 deletions
.nvmrc
with
14 additions
and
17 deletions
.github/workflows/lint_on_push_or_pull.yml
+
7
−
7
View file @
2b94e36d
...
@@ -12,14 +12,14 @@ jobs:
...
@@ -12,14 +12,14 @@ jobs:
lint
:
lint
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout code
-
uses
:
actions/checkout@v4
uses
:
actions/checkout@v2
-
uses
:
pnpm/action-setup@v2
-
name
:
Setup Node.js
-
name
:
Install pnpm
uses
:
actions/setup-node@v4
run
:
npm install -g pnpm
with
:
node-version-file
:
'
.nvmrc'
cache
:
"
pnpm"
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
pnpm install
run
:
pnpm install
-
name
:
Run lint
-
name
:
Run lint
run
:
pnpm run lint
run
:
pnpm run lint
This diff is collapsed.
Click to expand it.
.github/workflows/test.yml
+
6
−
10
View file @
2b94e36d
...
@@ -7,18 +7,14 @@ jobs:
...
@@ -7,18 +7,14 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout code
-
uses
:
actions/checkout@v4
uses
:
actions/checkout@v2
-
uses
:
pnpm/action-setup@v2
-
name
:
Setup Node.js
-
name
:
Setup Node.js
uses
:
actions/setup-node@v
2
uses
:
actions/setup-node@v
4
with
:
with
:
node-version
:
"
18"
node-version
-file
:
'
.nvmrc'
cache
:
"
pnpm"
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
pnpm install
npm i -g pnpm
pnpm install
-
name
:
Run tests
-
name
:
Run tests
run
:
pnpm run test
run
:
pnpm run test
This diff is collapsed.
Click to expand it.
.nvmrc
0 → 100644
+
1
−
0
View file @
2b94e36d
18
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment