chore: ensure latest npm

This commit is contained in:
CI
2025-12-17 22:08:42 +01:00
committed by Gordon
parent f74cfbc3d0
commit 5145a6edb3

View File

@@ -31,6 +31,8 @@ jobs:
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- name: Upgrade npm for OIDC support
run: npm install -g npm@latest
- name: Install Modules
run: npm install
- name: Run type check