Update CI to Node 15

This commit is contained in:
Benjamin Staneck 2021-01-04 17:58:44 +01:00 committed by GitHub
parent 66813407ca
commit 460d8425e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [14.x]
node-version: [15.x]
steps:
- name: Checkout
uses: actions/checkout@v2
@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [15.x]
steps:
- name: Checkout
uses: actions/checkout@v2
@ -109,7 +109,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x]
node-version: [15.x]
steps:
- name: Checkout
uses: actions/checkout@v2