You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/02/19 07:08:42 UTC

[apisix-website] branch master updated: chore(deps): bump actions/setup-node from v1 to v2.1.4 (#189)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2668c2c  chore(deps): bump actions/setup-node from v1 to v2.1.4 (#189)
2668c2c is described below

commit 2668c2cb57f80931269f35571db6dd894ffeed3b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 19 15:08:35 2021 +0800

    chore(deps): bump actions/setup-node from v1 to v2.1.4 (#189)
---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index aa87558..a7f824d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: 🚀 Use Node.js
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v2.1.4
         with:
           node-version: '12.x'
       - run: npm install -g markdownlint-cli@0.25.0