Skip to content
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

Fix: #120 update actions to use node 20 #126

Conversation

iamtimleonard
Copy link
Contributor

PR Checklist

Overview

There are deprecation warnings in each scheduled action that point to notices like this. I checked each action repo and bumping them all to v4 seemed to be all that's needed to fix the warnings. I figured I'd bump up the node engine version in package.json since that was mentioned in the bug report.

I've never worked out a good way to test github actions but I'm fairly confident this'll work!

- build: actions/checkout@v2 -> actions/checkout@v4
- pages: actions/setup-node@v2, cache@v2, peaceiris/actions-gh-pages@v3 -> v4
@jvoccia jvoccia merged commit 81382f4 into philly-js-club:main Dec 5, 2024
10 checks passed
@jvoccia
Copy link
Contributor

jvoccia commented Dec 5, 2024

Awesome thanks, sorry it took me a bit to get to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: Update Actions to use Node JS 20 instead of 16
2 participants