Skip to content

Commit

Permalink
chore: update actions/setup-node action to v4.0.2 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent 769bf88 commit 686c8b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686c8b6

Please sign in to comment.