mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 02:54:58 +01: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
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: lts/*
|
||||
registry-url: https://registry.npmjs.org
|
||||
|
||||
- name: Download binary artifacts
|
||||
|
||||
Reference in New Issue
Block a user