From 686c8b6aa0c8de901461b6c073aea5087b02179b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:43:18 +0100 Subject: [PATCH] chore: update actions/setup-node action to v4.0.2 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-release.yml | 2 +- .github/workflows/schedule.yml | 2 +- .github/workflows/typedoc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2f6a950..07af7c9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -17,7 +17,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} - name: Node version diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 15bb033..b99db3e 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -18,7 +18,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} - run: node --version diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index a2608f1..4745bb4 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -17,7 +17,7 @@ jobs: id: node-version run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc) - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ steps.node-version.outputs.NODE_VERSION }} - run: node --version