Install node for `run tests` CI job

Max Brunsfeld and Keith Simmons created

Co-authored-by: Keith Simmons <keith@zed.dev>

Change summary

.github/workflows/ci.yml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -31,6 +31,11 @@ jobs:
           target: x86_64-apple-darwin
           profile: minimal
 
+      - name: Install Node
+        uses: actions/setup-node@v2
+        with:
+          node-version: '16'
+
       - name: Checkout repo
         uses: actions/checkout@v2
         with: