From 14a07f219d58ad62955c96444bd13f019767e231 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Tue, 5 Apr 2022 12:08:29 +0200 Subject: [PATCH] upgrade CI to 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 a171830..ae02f40 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - run: npm ci - run: npm run lint