Skip to content

Commit

Permalink
fix(deps): bump actions/setup-node from v2.1.3 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.3...c46424e)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2020
1 parent b55c94b commit ecf1491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: '12.x'
- name: Install modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install node v12
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 12
- name: npm install
Expand Down

0 comments on commit ecf1491

Please sign in to comment.