From db0a613a775b41d1e9ce5230a238480ca79140ae Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 5 Jan 2023 14:29:39 +0000 Subject: [PATCH] Update check dist with node 16 --- .github/workflows/check-dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index aa23ff8..4ad894d 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -22,10 +22,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup Node 14.x + - name: Setup Node 16.x uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x cache: 'npm' - name: Install dependencies