mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-05-11 10:53:11 +00:00
16 lines
164 B
YAML
16 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
|