From 7acf86fc282c0fd50db8660d7effde3cb0f04e58 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Thu, 15 Sep 2022 22:40:51 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0a5d2bf..f4c6bcfd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,14 +21,14 @@ jobs: - name: Install Node and NPM uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 cache: npm - name: Install and build run: | npm install npm run postinstall - npm run package + npm run build - name: Publish releases env: CSC_LINK: ${{ secrets.CSC_LINK }}