diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a773ef6c7cade1b16d058a898577c89d0801bb5d..e97c529faf7eaa64d21f37832f97eb31c3ade3d0 100644 --- a/.github/workflows/ci.yml +++ b/.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: