diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-01 13:09:43 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-12-01 13:12:32 +0200 |
| commit | b91003222b5420a41bdc343ce3a514ab7f59da6e (patch) | |
| tree | cfa18397601e7ecf949267d57bfc28e15aa1c239 | |
| parent | 5b7ffad924f21781b2334ed3a7bc915b378d16a4 (diff) | |
| download | rust-b91003222b5420a41bdc343ce3a514ab7f59da6e.tar.gz rust-b91003222b5420a41bdc343ce3a514ab7f59da6e.zip | |
Bump to Node 14
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e37608ebbf8..192ef11be37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,7 +112,7 @@ jobs: - name: Install Nodejs uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x - name: Install xvfb if: matrix.os == 'ubuntu-latest' |
