From bd21af703668bfe450073979a187e980dc32389c Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 30 Nov 2023 15:59:10 +0100 Subject: [PATCH] chore: update node version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e39905..679978b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node Version 12 uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - name: Get npm cache directory id: npm-cache-dir