From d8ab5f29fc8b61033d76dda684a89a338a048962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Hru=C5=A1ka?= Date: Sat, 30 Jul 2022 10:03:33 +0200 Subject: [PATCH] ci: bump nodejs version in actions (#404) --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7de4b6658..035c40739 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [master, next] + branches: [master] pull_request: - branches: [master, next] + branches: [master] jobs: build: @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2