Skip to content

Commit

Permalink
Try to fix actions2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Apr 21, 2024
1 parent c22efed commit 413547e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
node-version: 20.x

- name: Set up pnpm
run: corepack enable pnpm && corepack install

- name: Install dependencies
run: pnpm install --offline

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"test:default": "RENOVATE_CONFIG_FILE=default.json renovate-config-validator",
"test:non-critical": "RENOVATE_CONFIG_FILE=non-critical.json renovate-config-validator",
"test:third-party-major": "RENOVATE_CONFIG_FILE=third-party-major.json renovate-config-validator"
}
},
"packageManager": "pnpm@9.0.5"
}

0 comments on commit 413547e

Please sign in to comment.