更新 action.yml,修改 Node 版本为 lts/* 以支持最新的 LTS 版本

This commit is contained in:
严浩
2024-09-30 15:15:06 +08:00
parent f5e4519aa7
commit 366ac7ccda

View File

@ -22,7 +22,7 @@ runs:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
# cache: 'pnpm'
- name: Check Node and PNPM versions
shell: bash