From 8f0b4f248793895201bab7cc6bc68a3dc4bc2be0 Mon Sep 17 00:00:00 2001 From: icue-sdk Date: Tue, 21 Nov 2023 18:48:11 +0200 Subject: [PATCH] Update minimum node.js version from 14 to 16 --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 588e786..d5588a8 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node uses: actions/setup-node@master with: - node-version: "14.x" + node-version: "16.x" - name: npm install and build run: | npm ci @@ -45,7 +45,7 @@ jobs: - name: Set up Node uses: actions/setup-node@master with: - node-version: "14.x" + node-version: "16.x" - name: npm install and build run: | npm ci