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

Update GitHub Actions #243

Closed
wants to merge 2 commits into from
Closed

Update GitHub Actions #243

wants to merge 2 commits into from

Conversation

drwpow
Copy link
Contributor

@drwpow drwpow commented Aug 16, 2024

⚠️ Depends on #242

Changes

Updates GitHub Action runners to the current version. No other changes.

Reviewing

  • GitHub Actions will warn us of an error… right?

@drwpow drwpow requested a review from kaelig August 16, 2024 21:48
Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for dtcg-tr ready!

Name Link
🔨 Latest commit b235614
🔍 Latest deploy log https://app.netlify.com/sites/dtcg-tr/deploys/66bfc94b850457000884779a
😎 Deploy Preview https://deploy-preview-243--dtcg-tr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- uses: actions/setup-node@v3
with: { node-version: 16, cache: npm }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: removing node-version outright should be fine; we just get the latest, when it updates. Back in the days of 10.x/12.x/14.x/16.x, changes were sweeping, and significant. Nowadays the major versions probably won’t break anything (this repo relies on fairly-minimal stuff)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CleanShot 2024-08-16 at 15 51 29@2x

Whoa using a newer version of Node in GitHub Actions (and newer actions) sped it up by quite a bit! The newer version completed before the old version did (and the old version got a head start, too!)

@drwpow
Copy link
Contributor Author

drwpow commented Aug 16, 2024

On second thought, closing. #242, when we update versions, fails in GitHub Actions. Better to do both at once.

@drwpow drwpow closed this Aug 16, 2024
@drwpow drwpow deleted the drwpow/update-actions branch August 16, 2024 22:04
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.

1 participant