Skip to content

Commit

Permalink
Revert "build(deps): bump actions/setup-node in /.github/actions/setup"
Browse files Browse the repository at this point in the history
This reverts commit 9878e9f.
  • Loading branch information
alep85 committed Dec 12, 2023
1 parent 50ac426 commit 5f5c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: "composite"
steps:
- name: install NPM
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version-file: '.nvmrc'
cache-dependency-path: package-lock.json
Expand Down

0 comments on commit 5f5c0e4

Please sign in to comment.