Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and malept committed May 17, 2021
1 parent 5024a13 commit cc4d296
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].4
uses: actions/[email protected].5
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].4
uses: actions/[email protected].5
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].4
# uses: actions/[email protected].5
# with:
# node-version: 12.x
# - name: Cache node_modules
Expand Down

0 comments on commit cc4d296

Please sign in to comment.