Skip to content

Commit

Permalink
manage: Updated publishPackage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Mar 16, 2020
1 parent b5caa25 commit adff573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: actions/checkout
uses: actions/checkout@v1.2.0
uses: actions/checkout@v2.0.0
- name: actions/setup-node
uses: actions/setup-node@v1.3.0
uses: actions/setup-node@v1.4.1
with:
node-version: "12.13.1"
node-version: "13.9.0"
- name: npm install
uses: jaid/action-npm-install@master
with:
Expand Down

0 comments on commit adff573

Please sign in to comment.