From 0035b88b30186296db89c9750ccbff403e69a202 Mon Sep 17 00:00:00 2001 From: Alberto Fernandez-Capel Date: Wed, 15 Sep 2021 13:44:49 +0100 Subject: [PATCH] Configure CI to use node 16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e0148f81..674438372 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: bundler-cache: true - uses: actions/setup-node@v2-beta with: - node-version: 15 + node-version: 16 - uses: actions/cache@v2 with: path: test/node_modules