mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-07-11 04:31:44 +00:00
fixup! Update .2
This commit is contained in:
@@ -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 != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user