Skip to content

Commit 8909f46

Browse files
author
方鹏飞
committed
build: v0.0.3
1 parent acb44e9 commit 8909f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: Publish to NPM
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
11-
- uses: actions/setup-node@v1
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-node@v2
1212
with:
1313
node-version: 'lts/*'
1414
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)