From 4e9197b233c3df18655e28c67c6f313935ceccc2 Mon Sep 17 00:00:00 2001 From: zhouyuan63 Date: Tue, 1 Aug 2023 11:36:53 +0800 Subject: [PATCH] add: up --- .github/workflows/blank.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 18a6a3e..1f3d748 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -25,12 +25,11 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 + with: + node-version: '16.14.2' + - name: Install dependencies + run: npm install + # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Add other actions to build, - echo test, and deploy your project. + run: npm run build