chore: use Node.js version 15 (#4887)

This commit is contained in:
Erez Rokah
2021-01-29 06:04:45 -08:00
committed by GitHub
parent 3014b66d62
commit da31332641
7 changed files with 16 additions and 15 deletions

View File

@ -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