Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update actions/setup-node action to v4.0.2
  • Loading branch information
renovate[bot] authored Feb 7, 2024
commit f6b5bfc067ed82a6fae67da92c2c13e699dcb295
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/[email protected].0
uses: actions/[email protected].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/[email protected].0
uses: actions/[email protected].2
with:
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
cache: "npm"
Expand Down