chore: Test Node v20

This commit is contained in:
Joachim Van Herwegen 2023-06-12 11:49:38 +02:00
parent c95198285c
commit 43be71e4a2

View File

@ -29,6 +29,8 @@ jobs:
- '16.x' - '16.x'
- '18.0' - '18.0'
- '18.x' - '18.x'
- '20.0'
- '20.x'
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
@ -61,6 +63,7 @@ jobs:
- '14.x' - '14.x'
- '16.x' - '16.x'
- '18.x' - '18.x'
- '20.x'
env: env:
TEST_DOCKER: true TEST_DOCKER: true
services: services:
@ -96,6 +99,7 @@ jobs:
- '14.x' - '14.x'
- '16.x' - '16.x'
- '18.x' - '18.x'
- '20.x'
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}