mirror of
https://github.com/gchq/CyberChef
synced 2025-01-19 16:04:00 +00:00
configure travis to use node LTS instead of latest
This commit is contained in:
parent
01f0625d6a
commit
7a4f418e75
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- node
|
||||
- lts/*
|
||||
addons:
|
||||
chrome: stable
|
||||
install: npm install
|
||||
|
|
Loading…
Reference in a new issue