diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32b437b7fd3..3861d689920 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,10 @@ jobs: - name: Checkout Git repository id: checkout uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: ${{ env.NODE_VERSION }} - name: Cache Node modules id: cache uses: actions/cache@v3