Skip to content

Commit

Permalink
Modified in bulk with jaid/for-each-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 16, 2020
1 parent 0f25d5c commit 4807efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@v2.0.0
uses: actions/checkout@v2.1.0
- name: actions/setup-node
uses: actions/setup-node@v1.4.1
with:
node-version: "13.9.0"
node-version: "13.13.0"
- name: npm install
uses: jaid/action-npm-install@master
with:
Expand Down

0 comments on commit 4807efb

Please sign in to comment.