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/bundlewatch.yml | |
| parent | 3ee969f961a3a32dae35d4e02bfeeaf6fa1ab19f (diff) | |
| download | bootstrap-7807c8d8ef2ff27f13b12faf233c80a661834493.tar.xz bootstrap-7807c8d8ef2ff27f13b12faf233c80a661834493.zip | |
CI: switch to Node.js 20 (#39501)
Diffstat (limited to '.github/workflows/bundlewatch.yml')
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
