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: usage of node12 which is deprecated #11224

Merged
merged 1 commit into from
Oct 5, 2024
Merged

fix: usage of node12 which is deprecated #11224

merged 1 commit into from
Oct 5, 2024

Conversation

hamirmahal
Copy link
Contributor

fixes #11223.

@@ -25,7 +25,7 @@ jobs:
- name: Install Rust
run: rustup update stable && rustup default stable

- uses: actions/cache@v2
- uses: actions/cache@v4
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the latest major version at the time of this pull request's creation.

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Package Changes Through d569f39

There are 4 changes which include @tauri-apps/api with patch, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.0.1 2.0.2
tauri-bundler 2.0.1 2.0.2
@tauri-apps/cli 2.0.1 2.0.2
tauri-cli 2.0.1 2.0.2

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit e2a4da0 into tauri-apps:dev Oct 5, 2024
8 checks passed
@hamirmahal hamirmahal deleted the fix/usage-of-node12-which-is-deprecated-in-supply-chain-workflow branch October 5, 2024 16:27
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.

supply-chain.yml uses node12 which is deprecated
2 participants