From 615e5cd57a64eca434f9129e2a73d46af9223801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 7 Sep 2021 10:26:32 -0400 Subject: [PATCH] chore: test on node.js 16 (#102) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b712f6d..23e95004 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15, 14, 12] + node-version: [16, 14, 12] steps: - name: Checkout code uses: actions/checkout@v2