Unverified Commit f77c6953 authored by NGPixel's avatar NGPixel

chore: set windows build node to 16.x

parent 9fbc25ad
......@@ -191,7 +191,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.1
with:
node-version: 12.x
node-version: 16.x
- name: Download a Build Artifact
uses: actions/download-artifact@v2.1.0
......@@ -347,7 +347,7 @@ jobs:
body: ${{ steps.changelog.outputs.changes }}
token: ${{ github.token }}
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
- name: Notify Slack Releases Channel
uses: slackapi/slack-github-action@v1.18.0
with:
......@@ -358,7 +358,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
- name: Notify Telegram Channel
uses: appleboy/telegram-action@v0.1.1
with:
......@@ -369,7 +369,7 @@ jobs:
message: |
Wiki.js *${{ github.ref_name }}* has been released!
See [release notes](https://github.com/requarks/wiki/releases) for details.
- name: Notify Discord Channel
uses: sebastianpopp/discord-action@v1.0
with:
......
......@@ -36,7 +36,7 @@
"node": ">=10.12"
},
"dependencies": {
"@azure/storage-blob": "12.9.0",
"@azure/storage-blob": "12.12.0",
"@exlinc/keycloak-passport": "1.0.2",
"@joplin/turndown-plugin-gfm": "1.0.45",
"@root/csr": "0.8.1",
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment