diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 28865f76a..2c17cb77a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -8,8 +8,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Set Node Version + uses: actions/setup-node@v4 with: - node-version: 12.x + node-version: lts/iron - name: Install uses: bahmutov/npm-install@v1