diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2f6a9501..07af7c94 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 15bb0333..b99db3e1 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 a2608f10..4745bb45 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