From 8c1444f00a44552dcc7d786df15b65aeeaf7c945 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 14 Jan 2021 12:51:14 +0200 Subject: CI: change Node.js to `14` (#32796) This is so that it's consistent with the JS workflow thus the cache should match. --- .github/workflows/css.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/css.yml') diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index 4463d52f4..a28059d79 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -8,7 +8,7 @@ on: env: FORCE_COLOR: 2 - NODE: 14.x + NODE: 14 jobs: css: -- cgit v1.2.3