mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
更新 action.yml,修改 Node 版本为 lts/* 以支持最新的 LTS 版本
This commit is contained in:
@ -22,7 +22,7 @@ runs:
|
|||||||
run_install: false
|
run_install: false
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: lts/*
|
||||||
# cache: 'pnpm'
|
# cache: 'pnpm'
|
||||||
- name: Check Node and PNPM versions
|
- name: Check Node and PNPM versions
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user