diff --git a/.github/workflows/system-dapp-build.yml b/.github/workflows/system-dapp-build.yml index ab5ceafb3..54f589c6f 100644 --- a/.github/workflows/system-dapp-build.yml +++ b/.github/workflows/system-dapp-build.yml @@ -21,11 +21,11 @@ jobs: with: path: './system-contract-dapp-playground' - - name: Use Node.js [18.15] - uses: actions/setup-node@v3 - with: - node-version: 18.15 - cache: npm + # - name: Use Node.js [18.15] + # uses: actions/setup-node@v3 + # with: + # node-version: 18.15 + # cache: npm - name: Install dependencies run: npm Install