From 2fa3c0943e4d54f464556691ff3819929cabbc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Denuzi=C3=A8re?= Date: Tue, 4 Jul 2023 11:26:53 +0200 Subject: [PATCH] ci: Update npm --- .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 ea4e1eb..82ecf88 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -24,10 +24,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set Node.js 12.x + - name: Set Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 18.x - name: Install dependencies run: npm ci