Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent c44bafb commit f6b5bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: node-version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Use node
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
cache: "npm"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
id: node-version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Use node
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
cache: "npm"
Expand Down

0 comments on commit f6b5bfc

Please sign in to comment.