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 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",
BIN
View File
Binary file not shown.