mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #660] [MERGED] fix: github actions node version #684
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/660
Author: @dreamhunter2333
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/2/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
9b6f4fffix: github actions node version📊 Changes
5 files changed (+5 additions, -5 deletions)
View changed files
📝
.github/workflows/backend_deploy.yaml(+1 -1)📝
.github/workflows/docs_deploy.yml(+1 -1)📝
.github/workflows/frontend_deploy.yaml(+1 -1)📝
.github/workflows/frontend_pagefunction_deploy.yaml(+1 -1)📝
.github/workflows/tag_build.yml(+1 -1)📄 Description
PR Type
Configuration changes
Description
Updated Node.js version from 18 to 20 across workflows.
Modified five GitHub Actions workflow files for consistency.
Ensured compatibility with the latest Node.js version.
Changes walkthrough 📝
backend_deploy.yaml
Update Node.js version in backend deploy workflow.github/workflows/backend_deploy.yaml
docs_deploy.yml
Update Node.js version in docs deploy workflow.github/workflows/docs_deploy.yml
frontend_deploy.yaml
Update Node.js version in frontend deploy workflow.github/workflows/frontend_deploy.yaml
frontend_pagefunction_deploy.yaml
Update Node.js version in frontend page function deploy workflow.github/workflows/frontend_pagefunction_deploy.yaml
tag_build.yml
Update Node.js version in tag build workflow.github/workflows/tag_build.yml
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.