From ce123537b342afa6bbacc0cf3ec87e76743db017 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 25 Oct 2021 20:44:10 +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 ad2a9b7..d70598c 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