Skip to content

Commit

Permalink
build(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 and malept committed Dec 17, 2020
1 parent 678e63c commit a5b11e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: git config --global core.autocrlf input
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 10.x
- name: Determine Yarn cache
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils
ci/install_runtimes.sh
- name: Use Node.js 10.x
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 10.x
- name: Determine Yarn cache
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12.x
# uses: actions/[email protected].3
# uses: actions/[email protected].4
# with:
# node-version: 12.x
# - name: Cache node_modules
Expand Down

0 comments on commit a5b11e9

Please sign in to comment.