diff options
| author | XhmikosR <[email protected]> | 2022-11-13 16:19:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-13 16:19:29 +0200 |
| commit | 1a33235adce370dcf36c96d9509e7ce64beaf660 (patch) | |
| tree | a77a0af4fd33c8257799e7c8bf98e57c3b43c325 /.github/workflows/bundlewatch.yml | |
| parent | b3b6728c5fa03cd4eb535a444a14d73684713dd6 (diff) | |
| download | bootstrap-1a33235adce370dcf36c96d9509e7ce64beaf660.tar.xz bootstrap-1a33235adce370dcf36c96d9509e7ce64beaf660.zip | |
CI: switch to Node.js 18 LTS (#37461)
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 1783fc48b..8159ae2da 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -9,7 +9,7 @@ on: env: FORCE_COLOR: 2 - NODE: 16 + NODE: 18 jobs: bundlewatch: |
