Skip to content

Commit eb07710

Browse files
committed
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
1 parent caf92af commit eb07710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency: ${{ github.ref }}
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v2
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 7.6.0
1919
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)