chore: node version (#1337)
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1337
This commit is contained in:
parent
5abaf8dc4f
commit
6a151a136c
@ -7,16 +7,24 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
npm_config_registry: ${{ vars.REGISTRY_URL }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CI:
|
CI:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 8.15.5
|
||||||
|
env:
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20.12.0
|
||||||
registry-url: ${{ vars.REGISTRY_URL }}
|
registry-url: ${{ vars.REGISTRY_URL }}
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
|
Loading…
Reference in New Issue
Block a user