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

test(Playwright, JEST): update actions node version #86

Merged

Conversation

krsiakdaniel
Copy link
Owner

No description provided.

Copy link

netlify bot commented Nov 20, 2024

Deploy Preview for portfolio-website-krsiak-cz ready!

Name Link
🔨 Latest commit 632f841
🔍 Latest deploy log https://app.netlify.com/sites/portfolio-website-krsiak-cz/deploys/673ddef0ae54fb0008faeb2b
😎 Deploy Preview https://deploy-preview-86--portfolio-website-krsiak-cz.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 81
Accessibility: 100
Best Practices: 83
SEO: 100
PWA: -
View the detailed breakdown and full score reports

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

@krsiakdaniel
Copy link
Owner Author

This pull request updates the GitHub Actions workflows for Jest and Playwright to use the latest versions of actions and Node.js. The most important changes include updating the versions of actions/checkout, actions/setup-node, and actions/upload-artifact, as well as changing the Node.js version from 18 to 20.

Updates to GitHub Actions workflows:

  • .github/workflows/jest.yml: Updated actions/checkout to version 4, actions/setup-node to version 4, and actions/upload-artifact to version 4. Changed Node.js version from 18 to 20.
  • .github/workflows/playwright.yml: Updated actions/checkout to version 4, actions/setup-node to version 4, and actions/upload-artifact to version 4. Changed Node.js version from 18 to 20.

@krsiakdaniel krsiakdaniel merged commit 486c91b into master Nov 20, 2024
9 checks passed
@krsiakdaniel krsiakdaniel deleted the test/playwright-jest-update-actions-node-version branch November 20, 2024 13:14
@krsiakdaniel krsiakdaniel added the Test - Playwright Playwright - E2E tests. label Nov 22, 2024
@krsiakdaniel krsiakdaniel added Test - JEST JEST - Unit tests. and removed Test - Playwright Playwright - E2E tests. labels Dec 10, 2024
@krsiakdaniel krsiakdaniel self-assigned this Dec 10, 2024
@krsiakdaniel krsiakdaniel added this to the 2024 - Nov milestone Dec 10, 2024
@krsiakdaniel krsiakdaniel changed the title test: playwright jest update actions node version test(Playwright, JEST): update actions node version Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test - JEST JEST - Unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant