From 5fc3c7424ad697d1df34cd485d567a7972b6beb5 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 30 Apr 2020 18:08:29 +0800 Subject: [PATCH] ci: add node14 to test matrix --- .github/workflows/linux.yaml | 2 +- .github/workflows/macos.yaml | 2 +- .github/workflows/windows.yaml | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 516c7854..4d7e3bc9 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['10', '12', '13'] + node: ['10', '12', '13', '14'] version: - stable - nightly diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index c020d38c..21f76d1f 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['10', '12', '13'] + node: ['10', '12', '13', '14'] version: - stable - nightly diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 8fa93ca4..3790f2e3 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['10', '12', '13'] + node: ['10', '12', '13', '14'] version: - stable - nightly diff --git a/README.md b/README.md index 4be6e387..ddebdf48 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ ## NodeJS -| Node10 | Node 12 | Node13 | -| --------- | --------- | --------- | -| ✓ | ✓ | ✓ | +| Node10 | Node 12 | Node13 | Node14 | +| ------ | ------- | ------ | ------ | +| ✓ | ✓ | ✓ | ✓ | A minimal library for building compiled Node add-ons in Rust.