Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2022
1 parent 0d73314 commit 19503fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build-deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- run: npm install
- run: npm install --workspaces
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-20.04
needs: build-deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create Tag
id: create_tag
uses: jaywcjlove/create-tag-action@main
Expand Down

0 comments on commit 19503fd

Please sign in to comment.