diff --git a/.github/workflows/testmac.yml b/.github/workflows/testmac.yml index 77a2e8442c3..11d656e7a05 100644 --- a/.github/workflows/testmac.yml +++ b/.github/workflows/testmac.yml @@ -37,6 +37,11 @@ jobs: - name: Checkout code without submodules uses: actions/checkout@v2 + + - name: Install Node + uses: actions/setup-node@v3 + with: + node-version: 18 - name: Get or restore dependencies run: scripts/restore-deps.sh