From 0581246690507c8ffea0d495877e162724d22e9e Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 2 Mar 2022 15:00:01 +0100 Subject: [PATCH] Use Node 16 on CI --- .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 f2749ebf6f..a773ef6c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Checkout repo uses: actions/checkout@v2