From fa63ff754774266f04b77845178b38312bb9fdc6 Mon Sep 17 00:00:00 2001 From: hmt Date: Wed, 1 Dec 2021 17:45:44 +0100 Subject: [PATCH] schild.report v2.6, node 16 --- .github/workflows/build.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8486e8..cf92de2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,12 +29,12 @@ jobs: - name: Install Node.js, NPM uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' check-latest: true - run: npm install - name: set version run: | - echo "export const VERSION = { gitHash: '${{ github.sha }}', buildVersion: '2.5.${{ github.run_number }}', production: true }" > src/version.js + echo "export const VERSION = { gitHash: '${{ github.sha }}', buildVersion: '2.6.${{ github.run_number }}', production: true }" > src/version.js - name: show version run: cat src/version.js - name: Build @@ -56,5 +56,5 @@ jobs: with: artifacts: "./dist/schild.report.msi,./dist/schild.report.dmg,./dist/schild.report.AppImage,./dist/schild.report.snap,./dist/schild.report.rpm,./dist/schild.report.deb" allowUpdates: true - tag: v2.5.${{ github.run_number }} + tag: v2.6.${{ github.run_number }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 6859042..0dd77bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schild.report", "author": "hmt", - "version": "2.5.0", + "version": "2.6.0", "main": "build/main.js", "private": true, "scripts": {