ci: bump actions to v7 and add package-lock.json
ci / verify (push) Failing after 7m58s
ci / publish (push) Skipped

setup-node with cache: npm requires a lock file; the initial run
failed with 'Dependencies lock file is not found'. Committing the
generated package-lock.json and updating checkout/setup-node to the
latest v7 major (node24 runtime; requires act_runner >= 0.2.13).
This commit is contained in:
jdevega
2026-09-15 20:31:30 +02:00
parent 59cacfdfab
commit cc8e9a23b3
2 changed files with 1014 additions and 4 deletions
+4 -4
View File
@@ -10,9 +10,9 @@ jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
@@ -35,9 +35,9 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm