修正语法错误
This commit is contained in:
parent
4d5494c256
commit
a484f66e69
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '12.x'
|
||||
- name: Cache file
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '12.x'
|
||||
- name: Cache file
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '12.x'
|
||||
- name: Cache file
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user