chore: deps upgrades (#2712)

This commit is contained in:
Lucas Smith
2026-04-21 14:43:49 +10:00
committed by GitHub
parent 198dafc8ec
commit 34b31c0d80
16 changed files with 784 additions and 5164 deletions
+4
View File
@@ -12,6 +12,10 @@ runs:
with:
node-version: ${{ inputs.node_version }}
- name: Enable corepack
shell: bash
run: corepack enable npm
- name: Cache npm
uses: actions/cache@v3
with: