chore: use Node.js version 15 (#4887)
This commit is contained in:
8
.github/workflows/labeler.yml
vendored
8
.github/workflows/labeler.yml
vendored
@ -8,22 +8,22 @@ jobs:
|
||||
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: erezrokah/pr-labeler-action@v1.0.0
|
||||
- uses: netlify/pr-labeler-action@v1.0.0
|
||||
if: startsWith(github.event.pull_request.title, 'fix')
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
label: 'type: bug'
|
||||
- uses: erezrokah/pr-labeler-action@v1.0.0
|
||||
- uses: netlify/pr-labeler-action@v1.0.0
|
||||
if: startsWith(github.event.pull_request.title, 'chore')
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
label: 'type: chore'
|
||||
- uses: erezrokah/pr-labeler-action@v1.0.0
|
||||
- uses: netlify/pr-labeler-action@v1.0.0
|
||||
if: startsWith(github.event.pull_request.title, 'feat')
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
label: 'type: feature'
|
||||
- uses: erezrokah/pr-labeler-action@v1.0.0
|
||||
- uses: netlify/pr-labeler-action@v1.0.0
|
||||
if: startsWith(github.event.pull_request.title, 'security')
|
||||
with:
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
7
.github/workflows/nodejs.yml
vendored
7
.github/workflows/nodejs.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
node-version: [12.x]
|
||||
node-version: [15.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -66,7 +66,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
machine: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
node-version: [12.x]
|
||||
node-version: [15.x]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -107,7 +108,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [15.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
node-version: [15.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user