about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-12-01 13:09:43 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-12-01 13:12:32 +0200
commitb91003222b5420a41bdc343ce3a514ab7f59da6e (patch)
treecfa18397601e7ecf949267d57bfc28e15aa1c239
parent5b7ffad924f21781b2334ed3a7bc915b378d16a4 (diff)
downloadrust-b91003222b5420a41bdc343ce3a514ab7f59da6e.tar.gz
rust-b91003222b5420a41bdc343ce3a514ab7f59da6e.zip
Bump to Node 14
-rw-r--r--.github/workflows/ci.yaml2
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'