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