fix: revert "use node24 as runner" (#278)

Reverts actions/create-github-app-token#267 and fixes
https://github.com/actions/create-github-app-token/issues/274.
This commit is contained in:
Parker Brown
2025-08-11 08:29:29 -07:00
committed by GitHub
parent 0f859bf9e6
commit 5204204e81
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build