Skip to content

Commit f6cbfc6

Browse files
author
DeepWiki Dev
committed
ci: use the Node 24 pnpm setup action
Upgrade the immutable pnpm/action-setup pin from v4 to v6.0.9 so the action itself runs on Node 24 and the successful CI workflow completes without GitHub's Node 20 deprecation warning. Verified the peeled commit SHA against the pnpm/action-setup repository and confirmed its action metadata declares the node24 runtime.
1 parent fe8fcb1 commit f6cbfc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3434

3535
- name: Set up pnpm
36-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
36+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3737
with:
3838
version: 10
3939

0 commit comments

Comments
 (0)