chore: set windows build node to 16.x

This commit is contained in:
NGPixel
2022-11-08 22:47:12 -05:00
parent 9fbc25adb8
commit f77c6953a1
3 changed files with 9 additions and 9 deletions

View File

@@ -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: