diff options
| author | XhmikosR <[email protected]> | 2020-10-29 19:38:31 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-10-30 16:34:06 +0200 |
| commit | 3f0b15cca6b1367895b255402328e5c19acaea9e (patch) | |
| tree | d6b8b844a014994027556c93141c31ac39c63b65 /.github/workflows/browserstack.yml | |
| parent | 76958761f2e5f3354096d7c48aa7fa2dc86470b7 (diff) | |
| download | bootstrap-3f0b15cca6b1367895b255402328e5c19acaea9e.tar.xz bootstrap-3f0b15cca6b1367895b255402328e5c19acaea9e.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: |
