CI: Upgrade to Python 3.12

This commit is contained in:
Lovell Fuller
2024-02-11 20:26:42 +00:00
parent fb70fbb09f
commit 60f4048d6c
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ jobs:
steps:
- name: Install Node.js
if: ${{ matrix.runtime == 'node' }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm