mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 04:17:22 +00:00
11 lines
128 B
YAML
11 lines
128 B
YAML
language: node_js
|
|
sudo: false
|
|
before_install:
|
|
- "npm -g install npm"
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
- "lts/*"
|
|
- "node"
|