Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent fce1b0d commit 7ed0a7c
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/[email protected].0
uses: actions/[email protected].1
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].1
with:
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
cache: "npm"
Expand Down

0 comments on commit 7ed0a7c

Please sign in to comment.