8000 Update dependencies and use Node 20 by joshmgross · Pull Request #425 · actions/github-script · GitHub
[go: up one dir, main page]

Skip to content

Update dependencies and use Node 20 #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 13, 2023
Prev Previous commit
Next Next commit
Add shell to run step
  • Loading branch information
joshmgross committed Oct 12, 2023
commit 22dcf8ad68a33aacc3d264626829ec5dc7366370
1 change: 1 addition & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ runs:
cache: npm

- run: npm ci
shell: bash
0