Skip to content

Commit

Permalink
schild.report v2.6, node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Dec 1, 2021
1 parent b70e34c commit fa63ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schild.report",
"author": "hmt",
"version": "2.5.0",
"version": "2.6.0",
"main": "build/main.js",
"private": true,
"scripts": {
Expand Down

0 comments on commit fa63ff7

Please # to comment.