From 41c37064682a5ea43e8728eee71e52e8cfd67e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Sat, 15 May 2021 14:30:22 +0200 Subject: [PATCH] ci(nodejs): test on nodejs 15 and 16 --- .github/workflows/branches.yml | 2 ++ .github/workflows/master.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index f77e057..0813448 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -20,6 +20,8 @@ jobs: - 12.x - 13.x - 14.x + - 15.x + - 16.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2397e11..8d0327f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -19,6 +19,8 @@ jobs: - 12.x - 13.x - 14.x + - 15.x + - 16.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}