diff --git a/.github/workflows/js_tests.yml b/.github/workflows/js_tests.yml index 0ce4df8bc77..453130cecf2 100644 --- a/.github/workflows/js_tests.yml +++ b/.github/workflows/js_tests.yml @@ -30,7 +30,7 @@ jobs: with: ruby-version: 2.7 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Generate npm dependencies package-lock diff --git a/.github/workflows/plugins_react_tests.yml b/.github/workflows/plugins_react_tests.yml index c873348a541..18de807f602 100644 --- a/.github/workflows/plugins_react_tests.yml +++ b/.github/workflows/plugins_react_tests.yml @@ -26,7 +26,7 @@ jobs: org: theforeman steps: - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14.x' # We could update the postinstall action for foreman to look for an environment variable for plugin webpack dirs