diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 401b350..bcd5056 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,8 +21,13 @@ jobs: with: node-version: '18' cache: 'npm' - - run: npm ci - - run: npm run build --if-present + + - name: Install dependencies + run: yarn install + + - name: Build + run: yarn build + - name: copy file via ssh password uses: appleboy/scp-action@v0.1.7 with: