Skip to content

Commit

Permalink
Updated versions in GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Jan 3, 2021
1 parent 109c9af commit b1847b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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@v2.1.0
uses: actions/checkout@v2.3.4
- name: actions/setup-node
uses: actions/setup-node@v1.4.1
uses: actions/setup-node@v2.1.4
with:
node-version: "13.13.0"
node-version: "14.15.3"
- name: npm install
uses: jaid/action-npm-install@master
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.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.1.0
uses: actions/checkout@v2.3.4
- name: actions/setup-node
uses: actions/setup-node@v1.4.1
uses: actions/setup-node@v2.1.4
with:
node-version: "13.13.0"
node-version: "14.15.3"
- name: npm install
uses: jaid/action-npm-install@master
- name: Jest
Expand Down

0 comments on commit b1847b7

Please sign in to comment.