Skip to content

Commit

Permalink
build(deps-dev): bump actions/setup-node from v2.1.1 to v2.1.2 (#1986)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.1...c6fd00c)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2020
1 parent b1b762c commit 9ae5f75
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/setup-node@v2.1.1
uses: actions/setup-node@v2.1.2
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/setup-node@v2.1.1
uses: actions/setup-node@v2.1.2
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/setup-node@v2.1.1
# uses: actions/setup-node@v2.1.2
# with:
# node-version: 12.x
# - name: Cache node_modules
Expand Down

0 comments on commit 9ae5f75

Please sign in to comment.