From 5e8a444bd284e2658f88a7f05f004501c82ae0ac Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 28 Oct 2021 21:48:06 +0200 Subject: [PATCH] [ci] Test on node 17 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b3df2..f4711d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: - 12 - 14 - 16 + - 17 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2