Skip to content

Commit

Permalink
降级node
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 30, 2021
1 parent 3f8d5ed commit 2a679c9
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 20,336 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '14'

- name: Cache file
uses: actions/cache@v2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '14'

- name: Cache file
uses: actions/cache@v2
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '14'

- name: Cache file
uses: actions/cache@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '14'

- name: Cache file
uses: actions/cache@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '14'

- name: Cache file
uses: actions/cache@v2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '14'

- name: Cache file
uses: actions/cache@v2
Expand Down
7 changes: 0 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"path-intellisense.mappings": {
"@main/*": "${workspaceFolder}/src/main/*",
"@renderer/*": "${workspaceFolder}/src/renderer/*",
"@lyric/*": "${workspaceFolder}/src/renderer-lyric/*",
"@static/*": "${workspaceFolder}/src/static/*",
"@common/*": "${workspaceFolder}/src/common/*",
},
"i18n-ally.localesPaths": [
"src/lang"
],
Expand Down
Loading

0 comments on commit 2a679c9

Please sign in to comment.