Skip to content

Commit

Permalink
add: up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan63 committed Aug 1, 2023
1 parent 1725263 commit 4e9197b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e9197b

Please sign in to comment.