From a7a9b0d5623ad1be8223192c1d2d1ca214ca6854 Mon Sep 17 00:00:00 2001 From: Mickael Jeanroy Date: Thu, 30 Dec 2021 16:10:11 +0100 Subject: [PATCH] chore(ci): add node 17 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf923820..10b4ca6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: os: [ windows-latest, ubuntu-latest, macos-latest ] - node: [ 10, 11, 12, 13, 14, 15, 16 ] + node: [ 10, 11, 12, 13, 14, 15, 16, 17 ] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1