Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from v1 to v2.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https:/actions/setup-node) from v1 to v2.1.0.
- [Release notes](https:/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...1ae8f4b)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and malept committed Jul 4, 2020
1 parent 9c91acf commit 27e1aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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@v1
uses: actions/setup-node@v2.1.0
with:
node-version: 10.x
- name: Determine Yarn cache
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12.x
# uses: actions/setup-node@v1
# uses: actions/setup-node@v2.1.0
# with:
# node-version: 12.x
# - name: Cache node_modules
Expand Down

0 comments on commit 27e1aea

Please sign in to comment.