diff --git a/.github/workflows/cth-test.yml b/.github/workflows/cth-test.yml index 4b6eba2e5..459b63fb6 100644 --- a/.github/workflows/cth-test.yml +++ b/.github/workflows/cth-test.yml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 10 steps: - name: Use Node.js 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x - name: Check out the project diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 130432328..3958ada39 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -22,7 +22,7 @@ jobs: major: ${{ steps.tagged_version.outputs.major || steps.current_version.outputs.major }} steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' - run: npm ci --ignore-scripts @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' - run: npm ci --ignore-scripts diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index c7e20d595..682dc9d9b 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' - run: npm ci --ignore-scripts @@ -30,7 +30,7 @@ jobs: timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Ensure line endings are consistent @@ -74,7 +74,7 @@ jobs: timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Check out repository @@ -95,7 +95,7 @@ jobs: timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Ensure line endings are consistent @@ -119,7 +119,7 @@ jobs: - 4000:8890 steps: - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16.x' - name: Check out repository