mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
8 lines
118 B
YAML
8 lines
118 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.8"
|
|
- "0.10"
|
|
- "0.11"
|
|
before_install: npm i npm@latest -g
|
|
script: npm run travis
|