Skip to content

Commit

Permalink
chore: bump ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
reime005 committed Mar 22, 2020
1 parent bd796f1 commit 577ba5d
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 369 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Specify node version
uses: actions/setup-node@v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ on:

jobs:
deploy-release:
runs-on: macos-latest
runs-on: ubuntu-18.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- name: Checkout project
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Specify node version
uses: actions/setup-node@v1
with:
node-version: 12

- name: Release to NPM
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Specify node version
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: setup node
uses: actions/setup-node@v1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@semantic-release/commit-analyzer": "^6.3.3",
"@semantic-release/git": "^7.0.18",
"@semantic-release/github": "^5.5.5",
"@semantic-release/npm": "^5.3.5",
"@semantic-release/npm": "^5.3.4",
"@semantic-release/release-notes-generator": "^7.3.5",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"semantic-release": "^17.0.4"
"semantic-release": "^15.13.31"
},
"release": {
"plugins": [
Expand Down
Loading

0 comments on commit 577ba5d

Please sign in to comment.