diff options
| author | XhmikosR <[email protected]> | 2023-12-17 10:14:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-17 10:14:49 +0200 |
| commit | 7807c8d8ef2ff27f13b12faf233c80a661834493 (patch) | |
| tree | f6782b5cd193837fa7a3920e5d9b908409f9e72d /.github/workflows | |
| parent | 3ee969f961a3a32dae35d4e02bfeeaf6fa1ab19f (diff) | |
| download | bootstrap-7807c8d8ef2ff27f13b12faf233c80a661834493.tar.xz bootstrap-7807c8d8ef2ff27f13b12faf233c80a661834493.zip | |
CI: switch to Node.js 20 (#39501)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/browserstack.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/css.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/docs.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/js.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/node-sass.yml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 872cf1dff..a53c233cc 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 331932e6b..99ba06063 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index 0bb6327ed..52e93e2b2 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5fae7c1e7..082220563 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 96dfc50d2..f14d51c9f 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c48332fe..213f9ec65 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml index c0a63f3ab..493cc35fd 100644 --- a/.github/workflows/node-sass.yml +++ b/.github/workflows/node-sass.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 18 + NODE: 20 permissions: contents: read |
