mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
Use stable Node channel for CLI npm release workflow
This commit is contained in:
2
.github/workflows/release-cli-npm.yml
vendored
2
.github/workflows/release-cli-npm.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: lts/*
|
||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
|
|
||||||
- name: Download binary artifacts
|
- name: Download binary artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user