diff --git a/.github/workflows/build_cli.yaml b/.github/workflows/build_cli.yaml index df6a8c228..c8c2bf3f5 100644 --- a/.github/workflows/build_cli.yaml +++ b/.github/workflows/build_cli.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version-file: '.nvmrc' + node-version: '18.17' - name: build run: | @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version-file: '.nvmrc' + node-version: '18.17' registry-url: 'https://registry.npmjs.org' - name: build run: |