Skip to content

Commit dc11e3e

Browse files
authored
Merge pull request #10 from Robomous/fix/lockfile-ci-pnpm-version
Debug: identify pnpm version used in CI
2 parents 0f3feae + c4070b5 commit dc11e3e

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
cache: pnpm
2626

2727
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
registry-url: 'https://registry.npmjs.org'
2626
cache: pnpm
2727

0 commit comments

Comments
 (0)