From 83dc4e8dde9412462a0f9664cb46aa9e2da85863 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Fri, 11 Oct 2024 15:27:28 +0200 Subject: [PATCH] ci: use node 20 --- .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 077bfee..68a9dd5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'npm' - name: Install dependencies run: npm ci