Skip to content

Commit b3dc4d7

Browse files
committed
fix(deploy): downgrade setup-node action to v5 and ensure always-auth is set to true
1 parent ce9902b commit b3dc4d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v6
2020

21-
- uses: actions/setup-node@v6
21+
- uses: actions/setup-node@v5
2222
with:
2323
node-version: 24
2424
registry-url: https://registry.npmjs.org
25+
always-auth: true
2526
scope: '@spearwolf'
2627

2728
- uses: pnpm/action-setup@v6

0 commit comments

Comments
 (0)