From ec3073e78e96532802a694e080d0dea6dbbe4f18 Mon Sep 17 00:00:00 2001 From: Mikhail Nasyrov Date: Sun, 25 Jul 2021 09:27:43 +0700 Subject: [PATCH] test: Added node.js 16 to compatibility matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8353ced..e3e0e0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['12', '14'] + node: ['12', '14', '16'] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2-beta