chore: node version (#1337)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1337
This commit is contained in:
sealday 2024-07-17 21:48:49 +08:00
parent 5abaf8dc4f
commit 6a151a136c

View File

@ -7,16 +7,24 @@ on:
permissions:
contents: write
env:
npm_config_registry: ${{ vars.REGISTRY_URL }}
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.5
env:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.12.0
registry-url: ${{ vars.REGISTRY_URL }}
cache: 'pnpm'
- name: Install deps