From 11706ae3b7b1be7cd62f764c2d1e672af01f756e Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Wed, 2 Feb 2022 11:57:22 +0000 Subject: [PATCH] ci(github): add node version 17 to CI workflow --- .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 de202cb..68eda86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 17.x] steps: - name: Find yarn cache id: find-yarn-cache