fixup! Update .2

This commit is contained in:
2026-03-11 19:51:52 +00:00
parent e2205c465d
commit 3eaca6fd75
+3 -1
View File
@@ -56,8 +56,10 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
if: steps.version.outputs.version_tag != '' if: steps.version.outputs.version_tag != ''
with: with:
node-version: '20' node-version: '24'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Update package version - name: Update package version
if: steps.version.outputs.version_tag != '' if: steps.version.outputs.version_tag != ''