Skip to content

Commit 76a830b

Browse files
committed
feat: update to node24
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent e445a5a commit 76a830b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version-file: package.json
2020
- run: |
21-
npm install
21+
npm ci
2222
npm run all
2323
- run: |
2424
git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg'

.github/workflows/renovate-custom-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version-file: package.json
3535

3636
- run: |
37-
npm install
37+
npm ci
3838
npm run all
3939
4040
- name: Commit changes

0 commit comments

Comments
 (0)