Skip to content

Commit

Permalink
Merge pull request #12 from clutchd/dependabot/github_actions/main/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-3.7.0

Bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
CrutchTheClutch authored Aug 5, 2023
2 parents f65f7c0 + 396ca8c commit 0911f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: Checkout Repo
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
- name: Install Dependencies
shell: bash
run: npm ci --ignore-scripts

0 comments on commit 0911f5a

Please sign in to comment.