chore: Run CI on Node 17.

This commit is contained in:
Ruben Verborgh 2021-11-02 13:23:40 +01:00
parent 557ba32577
commit a17731ed1e

View File

@ -45,6 +45,8 @@ jobs:
- '14.x' - '14.x'
- '16.0' - '16.0'
- '16.x' - '16.x'
- '17.0'
- '17.x'
timeout-minutes: 10 timeout-minutes: 10
steps: steps:
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}