Skip to content

Commit

Permalink
🔀 Merge #71 (⬆️ Bump actions/setup-node from v2.1.3 to v2.1.4)
Browse files Browse the repository at this point in the history
⬆️ Bump actions/setup-node from v2.1.3 to v2.1.4
  • Loading branch information
pabio-escobar authored Dec 17, 2020
2 parents 32259da + 93e44bd commit d3dad5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 12
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 12
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 14
- name: Cache node modules
Expand Down

0 comments on commit d3dad5e

Please sign in to comment.