diff options
| author | Uri Shaked | 2020-04-27 22:18:05 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-27 22:20:24 +0300 |
| commit | 8f17f40f44d6038e4a2263748eb02cde57eccba3 (patch) | |
| tree | d45ed26eadeb64464392774733210f42a5b8027e /.github | |
| parent | style: reformat code with prettier 2.x (diff) | |
| download | avr8js-8f17f40f44d6038e4a2263748eb02cde57eccba3.tar.gz avr8js-8f17f40f44d6038e4a2263748eb02cde57eccba3.tar.bz2 avr8js-8f17f40f44d6038e4a2263748eb02cde57eccba3.zip | |
chore(ci): add node 14, remove node 8
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 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 |
