Default node version
This commit is contained in:
parent
ce063f4d87
commit
1499ac2fcd
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -18,8 +18,6 @@ jobs:
|
|||
# https://github.com/actions/setup-node
|
||||
name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
-
|
||||
name: Setup TS
|
||||
run: npm install tslint typescript -g
|
||||
|
|
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -25,8 +25,6 @@ jobs:
|
|||
# https://github.com/actions/setup-node
|
||||
name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
-
|
||||
name: Prune prod
|
||||
run: |
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -45,8 +45,6 @@ jobs:
|
|||
# https://github.com/actions/setup-node
|
||||
name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
-
|
||||
name: NPM production deps
|
||||
run: |
|
||||
|
|
2
.github/workflows/uncommited.yml
vendored
2
.github/workflows/uncommited.yml
vendored
|
@ -16,8 +16,6 @@ jobs:
|
|||
# https://github.com/actions/setup-node
|
||||
name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user