diff options
| author | XhmikosR <[email protected]> | 2020-10-29 19:38:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-29 19:38:31 +0200 |
| commit | a6156ede326efe682935fa148d96d6e5772027e1 (patch) | |
| tree | 35b4d9dd0a32a39ee4c294769d2310a63f4b2257 /.github/workflows/browserstack.yml | |
| parent | e993ca76e0700450b6c3614cca2f6878ca0f787b (diff) | |
| download | bootstrap-a6156ede326efe682935fa148d96d6e5772027e1.tar.xz bootstrap-a6156ede326efe682935fa148d96d6e5772027e1.zip | |
CI: switch to Node.js 14. (#32003)
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 e6aa9422a..9163f803c 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -5,7 +5,7 @@ on: env: CI: true - NODE: 12.x + NODE: 14.x jobs: browserstack: |
