npm bump ci

This commit is contained in:
phact 2026-01-05 15:53:16 -05:00
parent c8b65e58fe
commit 6747980e71

View file

@ -29,6 +29,9 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Update npm to latest
run: npm install -g npm@latest
- name: Extract version from package.json
id: version
run: |