diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index c4d07e20d..a94c2b149 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -72,7 +72,7 @@ jobs: pip install --upgrade platformio - name: Setup Node.js and yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "18" cache: "yarn" diff --git a/.github/workflows/yarnlint.yml b/.github/workflows/yarnlint.yml index f1c912c96..23ed9c7aa 100644 --- a/.github/workflows/yarnlint.yml +++ b/.github/workflows/yarnlint.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup Node.js and yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "18" cache: "yarn"