diff options
| author | XhmikosR <[email protected]> | 2021-10-13 15:26:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-13 15:26:48 +0300 |
| commit | 45bba1071469c1725d8487d5c945afd98c06566d (patch) | |
| tree | 71df980f835bdfecb9fd4ae4e9dc1f69781879d0 /.github/workflows/css.yml | |
| parent | e8f702666f285a3e69866ed1f8d29fa6eaaaeabb (diff) | |
| download | bootstrap-45bba1071469c1725d8487d5c945afd98c06566d.tar.xz bootstrap-45bba1071469c1725d8487d5c945afd98c06566d.zip | |
Switch to Node.js 16 and npm 8. (#35178)
Diffstat (limited to '.github/workflows/css.yml')
| -rw-r--r-- | .github/workflows/css.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index 48f11d459..71e6042b4 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -8,7 +8,7 @@ on: env: FORCE_COLOR: 2 - NODE: 14 + NODE: 16 jobs: css: |
