ci: sync workflow w/ paramedic (#379)

This commit is contained in:
エリス
2025-04-24 20:39:59 +09:00
committed by GitHub
parent f12b73eb0b
commit 24e2e9911a
4 changed files with 50 additions and 30 deletions
+3 -3
View File
@@ -39,11 +39,11 @@ jobs:
# Storing a copy of the repo
repo: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
node-version: 16
node-version: 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}