From 052aad4e06d08aa570697e43d1d9a9a916d6096f Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 20 Jan 2021 15:48:54 +0100 Subject: [PATCH] chore: use node 15 in ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50b74aad..1cc6673b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - node: [14] + node: [14, 15] fail-fast: true steps: - uses: actions/checkout@v2