Fix github actions

This commit is contained in:
Luke Vella 2025-04-26 20:07:34 +01:00
parent 880cc07c79
commit 73a3e5cae0
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with: