Skip to content

Commit f77c695

Browse files
committed
chore: set windows build node to 16.x
1 parent 9fbc25a commit f77c695

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: Setup Node.js environment
192192
uses: actions/[email protected]
193193
with:
194-
node-version: 12.x
194+
node-version: 16.x
195195

196196
- name: Download a Build Artifact
197197
uses: actions/[email protected]
@@ -347,7 +347,7 @@ jobs:
347347
body: ${{ steps.changelog.outputs.changes }}
348348
token: ${{ github.token }}
349349
artifacts: 'drop/wiki-js.tar.gz,drop-win/wiki-js-windows.tar.gz'
350-
350+
351351
- name: Notify Slack Releases Channel
352352
uses: slackapi/[email protected]
353353
with:
@@ -358,7 +358,7 @@ jobs:
358358
env:
359359
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
360360
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
361-
361+
362362
- name: Notify Telegram Channel
363363
uses: appleboy/[email protected]
364364
with:
@@ -369,7 +369,7 @@ jobs:
369369
message: |
370370
Wiki.js *${{ github.ref_name }}* has been released!
371371
See [release notes](https://github.com/requarks/wiki/releases) for details.
372-
372+
373373
- name: Notify Discord Channel
374374
uses: sebastianpopp/[email protected]
375375
with:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">=10.12"
3737
},
3838
"dependencies": {
39-
"@azure/storage-blob": "12.9.0",
39+
"@azure/storage-blob": "12.12.0",
4040
"@exlinc/keycloak-passport": "1.0.2",
4141
"@joplin/turndown-plugin-gfm": "1.0.45",
4242
"@root/csr": "0.8.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@
278278
"@azure/ms-rest-js" "^1.8.7"
279279
adal-node "^0.1.28"
280280

281-
"@azure/storage-blob@12.9.0":
282-
version "12.9.0"
283-
resolved "https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.9.0.tgz#4cbd8b4c7a47dd064867430db892f4ef2d8f17ab"
284-
integrity sha512-ank38FdCLfJ+EoeMzCz3hkYJuZAd63ARvDKkxZYRDb+beBYf+/+gx8jNTqkq/hfyUl4dJQ/a7tECU0Y0F98CHg==
281+
"@azure/storage-blob@12.12.0":
282+
version "12.12.0"
283+
resolved "https://registry.yarnpkg.com/@azure/storage-blob/-/storage-blob-12.12.0.tgz#25e277c885692d5adcd8c2a949789b2837a74c59"
284+
integrity sha512-o/Mf6lkyYG/eBW4/hXB9864RxVNmAkcKHjsGR6Inlp5hupa3exjSyH2KjO3tLO//YGA+tS+17hM2bxRl9Sn16g==
285285
dependencies:
286286
"@azure/abort-controller" "^1.0.0"
287287
"@azure/core-http" "^2.0.0"

0 commit comments

Comments
 (0)