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/browserstack.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/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index ab03e2de7..918e0a152 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -6,7 +6,7 @@ on: env: FORCE_COLOR: 2 - NODE: 16 + NODE: 18 jobs: browserstack: |
