diff options
| author | XhmikosR <[email protected]> | 2021-01-14 12:51:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-14 12:51:14 +0200 |
| commit | 8c1444f00a44552dcc7d786df15b65aeeaf7c945 (patch) | |
| tree | 44d02a74f2d8b72c4da60469bba5e361c876edb3 /.github/workflows/node-sass.yml | |
| parent | 949fa3015283b6098f47abc988da0fb31b85eccb (diff) | |
| download | bootstrap-8c1444f00a44552dcc7d786df15b65aeeaf7c945.tar.xz bootstrap-8c1444f00a44552dcc7d786df15b65aeeaf7c945.zip | |
CI: change Node.js to `14` (#32796)
This is so that it's consistent with the JS workflow thus the cache should match.
Diffstat (limited to '.github/workflows/node-sass.yml')
| -rw-r--r-- | .github/workflows/node-sass.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml index 285d4bcc8..ee64b2152 100644 --- a/.github/workflows/node-sass.yml +++ b/.github/workflows/node-sass.yml @@ -8,7 +8,7 @@ on: env: FORCE_COLOR: 2 - NODE: 14.x + NODE: 14 jobs: css: |
