chore: set windows build node to 16.x
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -191,7 +191,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v2.5.1
|
uses: actions/setup-node@v2.5.1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Download a Build Artifact
|
- name: Download a Build Artifact
|
||||||
uses: actions/download-artifact@v2.1.0
|
uses: actions/download-artifact@v2.1.0
|
||||||
@@ -347,7 +347,7 @@ jobs:
|
|||||||
body: ${{ steps.changelog.outputs.changes }}
|
body: ${{ steps.changelog.outputs.changes }}
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
|
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
|
||||||
|
|
||||||
- name: Notify Slack Releases Channel
|
- name: Notify Slack Releases Channel
|
||||||
uses: slackapi/slack-github-action@v1.18.0
|
uses: slackapi/slack-github-action@v1.18.0
|
||||||
with:
|
with:
|
||||||
@@ -358,7 +358,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
|
||||||
|
|
||||||
- name: Notify Telegram Channel
|
- name: Notify Telegram Channel
|
||||||
uses: appleboy/telegram-action@v0.1.1
|
uses: appleboy/telegram-action@v0.1.1
|
||||||
with:
|
with:
|
||||||
@@ -369,7 +369,7 @@ jobs:
|
|||||||
message: |
|
message: |
|
||||||
Wiki.js *${{ github.ref_name }}* has been released!
|
Wiki.js *${{ github.ref_name }}* has been released!
|
||||||
See [release notes](https://github.com/requarks/wiki/releases) for details.
|
See [release notes](https://github.com/requarks/wiki/releases) for details.
|
||||||
|
|
||||||
- name: Notify Discord Channel
|
- name: Notify Discord Channel
|
||||||
uses: sebastianpopp/discord-action@v1.0
|
uses: sebastianpopp/discord-action@v1.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
"node": ">=10.12"
|
"node": ">=10.12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/storage-blob": "12.9.0",
|
"@azure/storage-blob": "12.12.0",
|
||||||
"@exlinc/keycloak-passport": "1.0.2",
|
"@exlinc/keycloak-passport": "1.0.2",
|
||||||
"@joplin/turndown-plugin-gfm": "1.0.45",
|
"@joplin/turndown-plugin-gfm": "1.0.45",
|
||||||
"@root/csr": "0.8.1",
|
"@root/csr": "0.8.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user