build(*): Update node version

This commit is contained in:
Josh Creek
2025-04-24 20:00:23 +01:00
parent 4c58dbbe8c
commit 9730d7c8a9
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies