From 38990ba3616de4b2e12fa7bdab20625c5a292df6 Mon Sep 17 00:00:00 2001 From: Davide Bizzi Date: Fri, 18 Oct 2024 18:28:07 +0200 Subject: [PATCH] ci: Use node 18 to build package --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c2bdf07..b7845f83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v2 - name: Prepare repository run: git fetch --unshallow --tags - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "18" - name: Cache node modules uses: actions/cache@v1 with: