diff --git a/.github/workflows/Docs.yaml b/.github/workflows/Docs.yaml index f691316b16..1b5d6cbaf7 100644 --- a/.github/workflows/Docs.yaml +++ b/.github/workflows/Docs.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use lts Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: latest - name: Install & Lint diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 4319387ab5..74aad0d6ea 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '16.x' - name: Install diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9fd7814e0d..e8944397c0 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -166,7 +166,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ vars.NODE_VERSION }} - name: Install & Lint @@ -183,7 +183,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ vars.NODE_VERSION }} - name: Install & Lint @@ -221,7 +221,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ vars.NODE_VERSION }} - name: License compliance check