aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-04-27 22:18:05 +0300
committerUri Shaked2020-04-27 22:20:24 +0300
commit8f17f40f44d6038e4a2263748eb02cde57eccba3 (patch)
treed45ed26eadeb64464392774733210f42a5b8027e
parentstyle: reformat code with prettier 2.x (diff)
downloadavr8js-8f17f40f44d6038e4a2263748eb02cde57eccba3.tar.gz
avr8js-8f17f40f44d6038e4a2263748eb02cde57eccba3.tar.bz2
avr8js-8f17f40f44d6038e4a2263748eb02cde57eccba3.zip
chore(ci): add node 14, remove node 8
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cc1b29b..5ab5647 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node: [ '12', '10', '8' ]
+ node: [ '14', '12', '10' ]
name: Node ${{ matrix.node }} CI
steps:
- uses: actions/checkout@v1
diff --git a/.travis.yml b/.travis.yml
index 9ccee7b..d312ec2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: node_js
sudo: false
node_js:
- - 8
- 10
- 12
+ - 14
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.