GitHub Action nodejs.yml upgrade to Node.js 14 (#165)

This commit is contained in:
Christian Clauss
2020-05-10 13:30:21 +02:00
committed by GitHub
parent bac5ba545f
commit c276a695ad

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [13.x] node-version: [14.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}