diff --git a/.github/workflows/monitoringUITests.yml b/.github/workflows/monitoringUITests.yml index a54384807fb..6e37d194b1b 100644 --- a/.github/workflows/monitoringUITests.yml +++ b/.github/workflows/monitoringUITests.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build the application, with Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: # Set always-auth in npmrc always-auth: false # optional, default is false