mirror of
https://github.com/actions/setup-python.git
synced 2024-11-06 07:55:52 -05:00
15 lines
164 B
YAML
15 lines
164 B
YAML
sudo: false
|
|
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
notifications:
|
|
email: true
|
|
node_js:
|
|
- 6
|
|
- 8
|
|
- 10
|
|
- 11
|
|
|
|
script:
|
|
- npm run test-ci
|