From 4e875ba5d163c6174fb930e4bed7cdb6ec5218da Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 5 Jan 2023 15:24:30 +0000 Subject: [PATCH] Use node 18.x for check-dist --- .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 4ad894d..d62b154 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 16.x + - name: Setup Node 18.x uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'npm' - name: Install dependencies