Skip to content

Commit

Permalink
dapp-ci: removed use node.js
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Sep 11, 2023
1 parent 709b0f9 commit 124b1cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/system-dapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 124b1cc

Please sign in to comment.