summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-06 11:57:18 +0000
committerGitHub <noreply@github.com>2020-07-06 11:57:18 +0000
commit4e3a405ab870cccf25ea578cb67afb0973a3b229 (patch)
treefa73b17b210e4dbfa8e015948719dd91a9b3589f
parent78709ce2b9537f710f24edba15243aef1d732891 (diff)
downloadqutebrowser-4e3a405ab870cccf25ea578cb67afb0973a3b229.tar.gz
qutebrowser-4e3a405ab870cccf25ea578cb67afb0973a3b229.zip
build(deps): Bump actions/setup-node from v1 to v2.1.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...1ae8f4b1fd89676f69b55d3dd6932b6df089ff7b) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da3436aa1..5c2377a2e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2.1.0
with:
node-version: '12.x'
if: "matrix.testenv == 'eslint'"