Skip to content

Commit f38ada6

Browse files
committed
chore: set nodejs up for remove-stale.js
1 parent 4fb6c17 commit f38ada6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/remove-stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
rm_stale_packages:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v4
14+
- run: |
15+
npm install -g corepack@latest
16+
corepack enable
17+
1318
- name: Set up Node.js
1419
uses: actions/setup-node@v4
1520
with:

0 commit comments

Comments
 (0)